Html Css Color HEX #C36942 Red Damask

📋 copy color: '#C36942'

red 195 ◦ green 105 ◦ blue 66

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

Shades of Red Damask #C36942

Tints of Red Damask #C36942

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.69%

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

R = 53.28%
G = 28.69%
B = 18.03%

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

#C36942 (or 0xC36942) is known color: Red Damask. HEX triplet: C3, 69 and 42. RGB value is (195,105,66). Sum of RGB (Red+Green+Blue) = 195+105+66=366 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.28% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 66 (26.17% from 255 or 18.03% from 366); Max value from RGB is 195 - color contains mainly: red. Hex color #C36942 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36942 is #3C96BD. Grayscale: #7F7F7F. Windows color (decimal): -3970750 or 4352451. OLE color: 4352451.

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

Color convert

RGB 195 105 66 -
CMYK 0 0.46 0.66 0.24
HSL 18.14º 0.52% 0.51% -
HSV(B) 18.14º 0.66% 0.76% -
XYZ 28.54 22.1 7.92 -
YUV 127.46 93.32 176.17 -
System Red Green Blue C M Y K H S L
Decimal 195 105 66 0 0.46 0.66 0.24 18.14 0.52 0.51
Hex C3 69 42 0 2E 42 18 12 34 33
Octal 303 151 102 0 56 102 30 22 64 63
Binary 11000011 1101001 1000010 0 101110 1000010 11000 10010 110100 110011

Color Harmonies of #C36942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36942

Black with #C36942

Text Example


Text Example

White with #C36942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36942; }

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

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

background-color css

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

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

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

border-color css

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

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

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