Html Css Color HEX #C36644 Red Damask

📋 copy color: '#C36644'

red 195 ◦ green 102 ◦ blue 68

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

Shades of Red Damask #C36644

Tints of Red Damask #C36644

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.95%

 BLUE value IS 68 (26.95% from 255) = 18.63%

R = 53.42%
G = 27.95%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C36644 (or 0xC36644) is known color: Red Damask. HEX triplet: C3, 66 and 44. RGB value is (195,102,68). Sum of RGB (Red+Green+Blue) = 195+102+68=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 68 (26.95% from 255 or 18.63% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C36644 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36644 is #3C99BB. Grayscale: #7E7E7E. Windows color (decimal): -3971516 or 4482755. OLE color: 4482755.

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

Color convert

RGB 195 102 68 -
CMYK 0 0.48 0.65 0.24
HSL 16.06º 0.51% 0.52% -
HSV(B) 16.06º 0.65% 0.76% -
XYZ 28.3 21.52 8.13 -
YUV 125.93 95.31 177.26 -
System Red Green Blue C M Y K H S L
Decimal 195 102 68 0 0.48 0.65 0.24 16.06 0.51 0.52
Hex C3 66 44 0 30 41 18 10 33 34
Octal 303 146 104 0 60 101 30 20 63 64
Binary 11000011 1100110 1000100 0 110000 1000001 11000 10000 110011 110100

Color Harmonies of #C36644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36644

Black with #C36644

Text Example


Text Example

White with #C36644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36644; }

 p { color: rgb(195,102,68); }

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

background-color css

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

 a { background-color: rgb(195,102,68); }

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

border-color css

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

 span { border-color: rgb(195,102,68); }

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