Html Css Color HEX #C86644 Red Damask

📋 copy color: '#C86644'

red 200 ◦ green 102 ◦ blue 68

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

Shades of Red Damask #C86644

Tints of Red Damask #C86644

RGB

 RED value IS 200 (78.52% from 255) = 54.05%

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

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

R = 54.05%
G = 27.57%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C86644 (or 0xC86644) is known color: Red Damask. HEX triplet: C8, 66 and 44. RGB value is (200,102,68). Sum of RGB (Red+Green+Blue) = 200+102+68=370 (49% of max value = 765). Red value is 200 (78.52% from 255 or 54.05% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 68 (26.95% from 255 or 18.38% from 370); Max value from RGB is 200 - color contains mainly: red. Hex color #C86644 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86644 is #3799BB. Grayscale: #7F7F7F. Windows color (decimal): -3643836 or 4482760. OLE color: 4482760.

HSL color Cylindrical-coordinate representation of color #C86644: hue angle of 15.45º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C86644 is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 102 68 -
CMYK 0 0.49 0.66 0.22
HSL 15.45º 0.55% 0.53% -
HSV(B) 15.45º 0.66% 0.78% -
XYZ 29.61 22.2 8.19 -
YUV 127.43 94.47 179.76 -
System Red Green Blue C M Y K H S L
Decimal 200 102 68 0 0.49 0.66 0.22 15.45 0.55 0.53
Hex C8 66 44 0 31 42 16 F 37 35
Octal 310 146 104 0 61 102 26 17 67 65
Binary 11001000 1100110 1000100 0 110001 1000010 10110 1111 110111 110101

Color Harmonies of #C86644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86644

Black with #C86644

Text Example


Text Example

White with #C86644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86644; }

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

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

background-color css

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

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

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

border-color css

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

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

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