Html Css Color HEX #C36E70 Turkish Rose

📋 copy color: '#C36E70'

red 195 ◦ green 110 ◦ blue 112

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

Shades of Turkish Rose #C36E70

Tints of Turkish Rose #C36E70

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.38%

 BLUE value IS 112 (44.14% from 255) = 26.86%

R = 46.76%
G = 26.38%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C36E70 (or 0xC36E70) is known color: Turkish Rose. HEX triplet: C3, 6E and 70. RGB value is (195,110,112). Sum of RGB (Red+Green+Blue) = 195+110+112=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 110 (43.36% from 255 or 26.38% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C36E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36E70 is #3C918F. Grayscale: #878787. Windows color (decimal): -3969424 or 7368387. OLE color: 7368387.

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

Color convert

RGB 195 110 112 -
CMYK 0 0.44 0.43 0.24
HSL 358.59º 0.41% 0.6% -
HSV(B) 358.59º 0.44% 0.76% -
XYZ 31.01 23.92 18.31 -
YUV 135.64 114.66 170.34 -
System Red Green Blue C M Y K H S L
Decimal 195 110 112 0 0.44 0.43 0.24 358.59 0.41 0.6
Hex C3 6E 70 0 2C 2B 18 167 29 3C
Octal 303 156 160 0 54 53 30 547 51 74
Binary 11000011 1101110 1110000 0 101100 101011 11000 101100111 101001 111100

Color Harmonies of #C36E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36E70

Black with #C36E70

Text Example


Text Example

White with #C36E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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