#CB664A

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

Shades of Red Damask #CB664A

Tints of Red Damask #CB664A

Color information

#CB664A (or 0xCB664A) is unknown color: approx Red Damask. HEX triplet: CB, 66 and 4A. RGB value is (203,102,74). Sum of RGB (Red+Green+Blue) = 203+102+74=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 74 (29.30% from 255 or 19.53% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CB664A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB664A is #3499B5. Grayscale: #818181. Windows color (decimal): -3447222 or 4875979. OLE color: 4875979.

HSL color Cylindrical-coordinate representation of color #CB664A: hue angle of 13.02º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB664A is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB20310274-
CMYK00.500.640.20
HSL13.02º55.36%54.31%-
HSV(B)13.02º63.55%79.61%-
XYZ30.6222.699.25-
YUV129.0196.96180.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.56%
GREEN value IS 102 (40.23% from 255) = 26.91%
BLUE value IS 74 (29.30% from 255) = 19.53%
R=53.56%
G=26.91%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031027400.500.640.2013.0255.3654.31
HexCB664A0324014d3736
Octal31314611206210024156766
Binary110010111100110100101001100101000000101001101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB664A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB664A; }

 p { color: rgb(203,102,74); }

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

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

 a { background-color: rgb(203,102,74); }

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

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

 span { border-color: rgb(203,102,74); }

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