Html Css Color HEX #C37374 Turkish Rose

📋 copy color: '#C37374'

red 195 ◦ green 115 ◦ blue 116

#C37374
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turkish Rose #C37374

Tints of Turkish Rose #C37374

RGB

 RED value IS 195 (76.56% from 255) = 45.77%

 GREEN value IS 115 (45.31% from 255) = 27%

 BLUE value IS 116 (45.7% from 255) = 27.23%

R = 45.77%
G = 27%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C37374 (or 0xC37374) is known color: Turkish Rose. HEX triplet: C3, 73 and 74. RGB value is (195,115,116). Sum of RGB (Red+Green+Blue) = 195+115+116=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 115 (45.31% from 255 or 27.00% from 426); Blue value is 116 (45.70% from 255 or 27.23% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C37374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37374 is #3C8C8B. Grayscale: #8B8B8B. Windows color (decimal): -3968140 or 7631811. OLE color: 7631811.

HSL color Cylindrical-coordinate representation of color #C37374: hue angle of 359.25º 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 #C37374 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 115 116 -
CMYK 0 0.41 0.41 0.24
HSL 359.25º 0.4% 0.61% -
HSV(B) 359.25º 0.41% 0.76% -
XYZ 31.79 25.12 19.7 -
YUV 139.03 115 167.92 -
System Red Green Blue C M Y K H S L
Decimal 195 115 116 0 0.41 0.41 0.24 359.25 0.4 0.61
Hex C3 73 74 0 29 29 18 167 28 3D
Octal 303 163 164 0 51 51 30 547 50 75
Binary 11000011 1110011 1110100 0 101001 101001 11000 101100111 101000 111101

Color Harmonies of #C37374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37374

Black with #C37374

Text Example


Text Example

White with #C37374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37374; }

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

 H1.HeaderClassName
 {
   color: #C37374;
 }
 .AnyTagClassName
 {
   color: #C37374;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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