Html Css Color HEX #C37071 Turkish Rose

📋 copy color: '#C37071'

red 195 ◦ green 112 ◦ blue 113

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

Shades of Turkish Rose #C37071

Tints of Turkish Rose #C37071

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.67%

 BLUE value IS 113 (44.53% from 255) = 26.9%

R = 46.43%
G = 26.67%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C37071 (or 0xC37071) is known color: Turkish Rose. HEX triplet: C3, 70 and 71. RGB value is (195,112,113). Sum of RGB (Red+Green+Blue) = 195+112+113=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 113 (44.53% from 255 or 26.90% from 420); Max value from RGB is 195 - color contains mainly: red. Hex color #C37071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37071 is #3C8F8E. Grayscale: #898989. Windows color (decimal): -3968911 or 7434435. OLE color: 7434435.

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

Color convert

RGB 195 112 113 -
CMYK 0 0.43 0.42 0.24
HSL 359.28º 0.41% 0.6% -
HSV(B) 359.28º 0.43% 0.76% -
XYZ 31.28 24.38 18.68 -
YUV 136.93 114.5 169.42 -
System Red Green Blue C M Y K H S L
Decimal 195 112 113 0 0.43 0.42 0.24 359.28 0.41 0.6
Hex C3 70 71 0 2B 2A 18 167 29 3C
Octal 303 160 161 0 53 52 30 547 51 74
Binary 11000011 1110000 1110001 0 101011 101010 11000 101100111 101001 111100

Color Harmonies of #C37071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37071

Black with #C37071

Text Example


Text Example

White with #C37071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37071; }

 p { color: rgb(195,112,113); }

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

background-color css

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

 a { background-color: rgb(195,112,113); }

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

border-color css

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

 span { border-color: rgb(195,112,113); }

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