Html Css Color HEX #C36D43 Red Damask

📋 copy color: '#C36D43'

red 195 ◦ green 109 ◦ blue 67

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

Shades of Red Damask #C36D43

Tints of Red Damask #C36D43

RGB

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

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

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

R = 52.56%
G = 29.38%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C36D43 (or 0xC36D43) is known color: Red Damask. HEX triplet: C3, 6D and 43. RGB value is (195,109,67). Sum of RGB (Red+Green+Blue) = 195+109+67=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 67 (26.56% from 255 or 18.06% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C36D43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36D43 is #3C92BC. Grayscale: #828282. Windows color (decimal): -3969725 or 4419011. OLE color: 4419011.

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

Color convert

RGB 195 109 67 -
CMYK 0 0.44 0.66 0.24
HSL 19.69º 0.52% 0.51% -
HSV(B) 19.69º 0.66% 0.76% -
XYZ 28.99 22.94 8.21 -
YUV 129.93 92.49 174.42 -
System Red Green Blue C M Y K H S L
Decimal 195 109 67 0 0.44 0.66 0.24 19.69 0.52 0.51
Hex C3 6D 43 0 2C 42 18 14 34 33
Octal 303 155 103 0 54 102 30 24 64 63
Binary 11000011 1101101 1000011 0 101100 1000010 11000 10100 110100 110011

Color Harmonies of #C36D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36D43

Black with #C36D43

Text Example


Text Example

White with #C36D43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36D43; }

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

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

background-color css

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

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

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

border-color css

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

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

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