Html Css Color HEX #C36C6D Turkish Rose

📋 copy color: '#C36C6D'

red 195 ◦ green 108 ◦ blue 109

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

Shades of Turkish Rose #C36C6D

Tints of Turkish Rose #C36C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.46%

R = 47.33%
G = 26.21%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C36C6D (or 0xC36C6D) is known color: Turkish Rose. HEX triplet: C3, 6C and 6D. RGB value is (195,108,109). Sum of RGB (Red+Green+Blue) = 195+108+109=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 108 (42.58% from 255 or 26.21% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C36C6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36C6D is #3C9392. Grayscale: #868686. Windows color (decimal): -3969939 or 7171267. OLE color: 7171267.

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

Color convert

RGB 195 108 109 -
CMYK 0 0.45 0.44 0.24
HSL 359.31º 0.42% 0.59% -
HSV(B) 359.31º 0.45% 0.76% -
XYZ 30.63 23.43 17.38 -
YUV 134.13 113.82 171.42 -
System Red Green Blue C M Y K H S L
Decimal 195 108 109 0 0.45 0.44 0.24 359.31 0.42 0.59
Hex C3 6C 6D 0 2D 2C 18 167 2A 3B
Octal 303 154 155 0 55 54 30 547 52 73
Binary 11000011 1101100 1101101 0 101101 101100 11000 101100111 101010 111011

Color Harmonies of #C36C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36C6D

Black with #C36C6D

Text Example


Text Example

White with #C36C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36C6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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