Html Css Color HEX #C36A42 Red Damask

📋 copy color: '#C36A42'

red 195 ◦ green 106 ◦ blue 66

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

Shades of Red Damask #C36A42

Tints of Red Damask #C36A42

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.88%

 BLUE value IS 66 (26.17% from 255) = 17.98%

R = 53.13%
G = 28.88%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C36A42 (or 0xC36A42) is known color: Red Damask. HEX triplet: C3, 6A and 42. RGB value is (195,106,66). Sum of RGB (Red+Green+Blue) = 195+106+66=367 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.13% from 367); Green value is 106 (41.80% from 255 or 28.88% from 367); Blue value is 66 (26.17% from 255 or 17.98% from 367); Max value from RGB is 195 - color contains mainly: red. Hex color #C36A42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36A42 is #3C95BD. Grayscale: #808080. Windows color (decimal): -3970494 or 4352707. OLE color: 4352707.

HSL color Cylindrical-coordinate representation of color #C36A42: hue angle of 18.6º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C36A42 is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 106 66 -
CMYK 0 0.46 0.66 0.24
HSL 18.6º 0.52% 0.51% -
HSV(B) 18.6º 0.66% 0.76% -
XYZ 28.64 22.3 7.95 -
YUV 128.05 92.99 175.75 -
System Red Green Blue C M Y K H S L
Decimal 195 106 66 0 0.46 0.66 0.24 18.6 0.52 0.51
Hex C3 6A 42 0 2E 42 18 13 34 33
Octal 303 152 102 0 56 102 30 23 64 63
Binary 11000011 1101010 1000010 0 101110 1000010 11000 10011 110100 110011

Color Harmonies of #C36A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36A42

Black with #C36A42

Text Example


Text Example

White with #C36A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36A42; }

 p { color: rgb(195,106,66); }

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

background-color css

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

 a { background-color: rgb(195,106,66); }

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

border-color css

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

 span { border-color: rgb(195,106,66); }

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