Html Css Color HEX #C36D6F Turkish Rose

📋 copy color: '#C36D6F'

red 195 ◦ green 109 ◦ blue 111

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

Shades of Turkish Rose #C36D6F

Tints of Turkish Rose #C36D6F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.27%

 BLUE value IS 111 (43.75% from 255) = 26.75%

R = 46.99%
G = 26.27%
B = 26.75%

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

#C36D6F (or 0xC36D6F) is known color: Turkish Rose. HEX triplet: C3, 6D and 6F. RGB value is (195,109,111). Sum of RGB (Red+Green+Blue) = 195+109+111=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 109 (42.97% from 255 or 26.27% from 415); Blue value is 111 (43.75% from 255 or 26.75% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C36D6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36D6F is #3C9290. Grayscale: #878787. Windows color (decimal): -3969681 or 7302595. OLE color: 7302595.

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

Color convert

RGB 195 109 111 -
CMYK 0 0.44 0.43 0.24
HSL 358.6º 0.42% 0.6% -
HSV(B) 358.6º 0.44% 0.76% -
XYZ 30.84 23.69 17.99 -
YUV 134.94 114.49 170.84 -
System Red Green Blue C M Y K H S L
Decimal 195 109 111 0 0.44 0.43 0.24 358.6 0.42 0.6
Hex C3 6D 6F 0 2C 2B 18 167 2A 3C
Octal 303 155 157 0 54 53 30 547 52 74
Binary 11000011 1101101 1101111 0 101100 101011 11000 101100111 101010 111100

Color Harmonies of #C36D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36D6F

Black with #C36D6F

Text Example


Text Example

White with #C36D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36D6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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