#CB774E

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

Shades of Red Damask #CB774E

Tints of Red Damask #CB774E

Color information

#CB774E (or 0xCB774E) is unknown color: approx Red Damask. HEX triplet: CB, 77 and 4E. RGB value is (203,119,78). Sum of RGB (Red+Green+Blue) = 203+119+78=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 119 (46.88% from 255 or 29.75% from 400); Blue value is 78 (30.86% from 255 or 19.5% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CB774E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB774E is #3488B1. Grayscale: #8B8B8B. Windows color (decimal): -3442866 or 5142475. OLE color: 5142475.

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

Color convert

RGB20311978-
CMYK00.410.620.20
HSL19.68º54.59%55.1%-
HSV(B)19.68º61.58%79.61%-
XYZ32.626.4410.59-
YUV139.4493.33173.33-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.75%
GREEN value IS 119 (46.88% from 255) = 29.75%
BLUE value IS 78 (30.86% from 255) = 19.5%
R=50.75%
G=29.75%
B=19.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031197800.410.620.2019.6854.5955.1
HexCB774E0293E14143737
Octal3131671160517624246767
Binary110010111110111100111001010011111101010010100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB774E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB774E; }

 p { color: rgb(203,119,78); }

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

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

 a { background-color: rgb(203,119,78); }

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

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

 span { border-color: rgb(203,119,78); }

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