Html Css Color HEX #C36C70 Turkish Rose

📋 copy color: '#C36C70'

red 195 ◦ green 108 ◦ blue 112

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

Shades of Turkish Rose #C36C70

Tints of Turkish Rose #C36C70

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.02%

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

R = 46.99%
G = 26.02%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C36C70 (or 0xC36C70) is known color: Turkish Rose. HEX triplet: C3, 6C and 70. RGB value is (195,108,112). Sum of RGB (Red+Green+Blue) = 195+108+112=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 108 (42.58% from 255 or 26.02% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C36C70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36C70 is #3C938F. Grayscale: #868686. Windows color (decimal): -3969936 or 7367875. OLE color: 7367875.

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

Color convert

RGB 195 108 112 -
CMYK 0 0.45 0.43 0.24
HSL 357.24º 0.42% 0.59% -
HSV(B) 357.24º 0.45% 0.76% -
XYZ 30.79 23.5 18.24 -
YUV 134.47 115.32 171.17 -
System Red Green Blue C M Y K H S L
Decimal 195 108 112 0 0.45 0.43 0.24 357.24 0.42 0.59
Hex C3 6C 70 0 2D 2B 18 165 2A 3B
Octal 303 154 160 0 55 53 30 545 52 73
Binary 11000011 1101100 1110000 0 101101 101011 11000 101100101 101010 111011

Color Harmonies of #C36C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36C70

Black with #C36C70

Text Example


Text Example

White with #C36C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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