Html Css Color HEX #C36842 Red Damask

📋 copy color: '#C36842'

red 195 ◦ green 104 ◦ blue 66

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

Shades of Red Damask #C36842

Tints of Red Damask #C36842

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.49%

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

R = 53.42%
G = 28.49%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C36842 (or 0xC36842) is known color: Red Damask. HEX triplet: C3, 68 and 42. RGB value is (195,104,66). Sum of RGB (Red+Green+Blue) = 195+104+66=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 66 (26.17% from 255 or 18.08% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C36842 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36842 is #3C97BD. Grayscale: #7F7F7F. Windows color (decimal): -3971006 or 4352195. OLE color: 4352195.

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

Color convert

RGB 195 104 66 -
CMYK 0 0.47 0.66 0.24
HSL 17.67º 0.52% 0.51% -
HSV(B) 17.67º 0.66% 0.76% -
XYZ 28.44 21.9 7.88 -
YUV 126.88 93.65 176.59 -
System Red Green Blue C M Y K H S L
Decimal 195 104 66 0 0.47 0.66 0.24 17.67 0.52 0.51
Hex C3 68 42 0 2F 42 18 12 34 33
Octal 303 150 102 0 57 102 30 22 64 63
Binary 11000011 1101000 1000010 0 101111 1000010 11000 10010 110100 110011

Color Harmonies of #C36842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36842

Black with #C36842

Text Example


Text Example

White with #C36842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36842; }

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

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

background-color css

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

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

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

border-color css

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

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

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