#CB674E

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

Shades of Red Damask #CB674E

Tints of Red Damask #CB674E

Color information

#CB674E (or 0xCB674E) is unknown color: approx Red Damask. HEX triplet: CB, 67 and 4E. RGB value is (203,103,78). Sum of RGB (Red+Green+Blue) = 203+103+78=384 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.86% from 384); Green value is 103 (40.62% from 255 or 26.82% from 384); Blue value is 78 (30.86% from 255 or 20.31% from 384); Max value from RGB is 203 - color contains mainly: red. Hex color #CB674E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB674E is #3498B1. Grayscale: #828282. Windows color (decimal): -3446962 or 5138379. OLE color: 5138379.

HSL color Cylindrical-coordinate representation of color #CB674E: hue angle of 12º 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 #CB674E is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB20310378-
CMYK00.490.620.20
HSL12º54.59%55.1%-
HSV(B)12º61.58%79.61%-
XYZ30.8522.9510.01-
YUV130.0598.63180.03-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.86%
GREEN value IS 103 (40.62% from 255) = 26.82%
BLUE value IS 78 (30.86% from 255) = 20.31%
R=52.86%
G=26.82%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031037800.490.620.201254.5955.1
HexCB674E0313E14c3737
Octal3131471160617624146767
Binary11001011110011110011100110001111110101001100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB674E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB674E; }

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

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

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

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

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

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

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

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