Html Css Color HEX #C36F70 Turkish Rose

📋 copy color: '#C36F70'

red 195 ◦ green 111 ◦ blue 112

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

Shades of Turkish Rose #C36F70

Tints of Turkish Rose #C36F70

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.56%

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

R = 46.65%
G = 26.56%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C36F70 (or 0xC36F70) is known color: Turkish Rose. HEX triplet: C3, 6F and 70. RGB value is (195,111,112). Sum of RGB (Red+Green+Blue) = 195+111+112=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C36F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36F70 is #3C908F. Grayscale: #888888. Windows color (decimal): -3969168 or 7368643. OLE color: 7368643.

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

Color convert

RGB 195 111 112 -
CMYK 0 0.43 0.43 0.24
HSL 359.29º 0.41% 0.6% -
HSV(B) 359.29º 0.43% 0.76% -
XYZ 31.11 24.14 18.35 -
YUV 136.23 114.33 169.92 -
System Red Green Blue C M Y K H S L
Decimal 195 111 112 0 0.43 0.43 0.24 359.29 0.41 0.6
Hex C3 6F 70 0 2B 2B 18 167 29 3C
Octal 303 157 160 0 53 53 30 547 51 74
Binary 11000011 1101111 1110000 0 101011 101011 11000 101100111 101001 111100

Color Harmonies of #C36F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36F70

Black with #C36F70

Text Example


Text Example

White with #C36F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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