#C37375

Color #C37375 Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #C37375

Tints of Turkish Rose #C37375

Color information

#C37375 (or 0xC37375) is unknown color: approx Turkish Rose. HEX triplet: C3, 73 and 75. RGB value is (195,115,117). Sum of RGB (Red+Green+Blue) = 195+115+117=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 115 (45.31% from 255 or 26.93% from 427); Blue value is 117 (46.09% from 255 or 27.40% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C37375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37375 is #3C8C8A. Grayscale: #8B8B8B. Windows color (decimal): -3968139 or 7697347. OLE color: 7697347.

HSL color Cylindrical-coordinate representation of color #C37375: hue angle of 358.5º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C37375 is Cyan = 0, Magento = 0.41, Yellow = 0.4 and Black (K on CMYK) = 0.24.

Color convert

RGB195115117-
CMYK00.410.40.24
HSL358.5º40%60.78%-
HSV(B)358.5º41.03%76.47%-
XYZ31.8525.1520.01-
YUV139.15115.5167.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 45.67%
GREEN value IS 115 (45.31% from 255) = 26.93%
BLUE value IS 117 (46.09% from 255) = 27.40%
R=45.67%
G=26.93%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.4
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511511700.410.40.24358.54060.78
HexC373750292818166283d
Octal30316316505150305465075
Binary1100001111100111110101010100110100011000101100110101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37375; }

 p { color: rgb(195,115,117); }

 H1.HeaderClassName
 {
   color: #C37375;
 }
 .AnyTagClassName
 {
   color: #C37375;
 }
</style>
background-color css

<style>
 a { background-color: #C37375; }

 a { background-color: rgb(195,115,117); }

 div.DivClassName
 {
   background-color: #C37375;
 }
 .BgClassName
 {
   background-color: #C37375;
 }
</style>
border-color css

<style>
 span { border-color: #C37375; }

 span { border-color: rgb(195,115,117); }

 td.TdClassName
 {
   border-color: #C37375;
 }
 .TagClassName
 {
   border-color: #C37375;
 }
</style>