Html Css Color HEX #C36C43 Red Damask

📋 copy color: '#C36C43'

red 195 ◦ green 108 ◦ blue 67

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

Shades of Red Damask #C36C43

Tints of Red Damask #C36C43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.11%

R = 52.7%
G = 29.19%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C36C43 (or 0xC36C43) is known color: Red Damask. HEX triplet: C3, 6C and 43. RGB value is (195,108,67). Sum of RGB (Red+Green+Blue) = 195+108+67=370 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.70% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 67 (26.56% from 255 or 18.11% from 370); Max value from RGB is 195 - color contains mainly: red. Hex color #C36C43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36C43 is #3C93BC. Grayscale: #818181. Windows color (decimal): -3969981 or 4418755. OLE color: 4418755.

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

Color convert

RGB 195 108 67 -
CMYK 0 0.45 0.66 0.24
HSL 19.22º 0.52% 0.51% -
HSV(B) 19.22º 0.66% 0.76% -
XYZ 28.88 22.73 8.18 -
YUV 129.34 92.82 174.83 -
System Red Green Blue C M Y K H S L
Decimal 195 108 67 0 0.45 0.66 0.24 19.22 0.52 0.51
Hex C3 6C 43 0 2D 42 18 13 34 33
Octal 303 154 103 0 55 102 30 23 64 63
Binary 11000011 1101100 1000011 0 101101 1000010 11000 10011 110100 110011

Color Harmonies of #C36C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36C43

Black with #C36C43

Text Example


Text Example

White with #C36C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36C43; }

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

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

background-color css

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

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

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

border-color css

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

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

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