#C8664B

Color #C8664B Red Damask (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Damask #C8664B

Tints of Red Damask #C8664B

Color information

#C8664B (or 0xC8664B) is unknown color: approx Red Damask. HEX triplet: C8, 66 and 4B. RGB value is (200,102,75). Sum of RGB (Red+Green+Blue) = 200+102+75=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 75 (29.69% from 255 or 19.89% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C8664B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8664B is #3799B4. Grayscale: #808080. Windows color (decimal): -3643829 or 4941512. OLE color: 4941512.

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

Color convert

RGB20010275-
CMYK00.490.620.22
HSL12.96º53.19%53.92%-
HSV(B)12.96º62.5%78.43%-
XYZ29.8422.299.39-
YUV128.2297.97179.2-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.05%
GREEN value IS 102 (40.23% from 255) = 27.06%
BLUE value IS 75 (29.69% from 255) = 19.89%
R=53.05%
G=27.06%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001027500.490.620.2212.9653.1953.92
HexC8664B0313E16d3536
Octal3101461130617626156566
Binary11001000110011010010110110001111110101101101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8664B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8664B; }

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

 H1.HeaderClassName
 {
   color: #C8664B;
 }
 .AnyTagClassName
 {
   color: #C8664B;
 }
</style>
background-color css

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

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

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

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

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

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