#CB6C50

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

Shades of Red Damask #CB6C50

Tints of Red Damask #CB6C50

Color information

#CB6C50 (or 0xCB6C50) is unknown color: approx Red Damask. HEX triplet: CB, 6C and 50. RGB value is (203,108,80). Sum of RGB (Red+Green+Blue) = 203+108+80=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 108 (42.58% from 255 or 27.62% from 391); Blue value is 80 (31.64% from 255 or 20.46% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6C50 is #3493AF. Grayscale: #858585. Windows color (decimal): -3445680 or 5270731. OLE color: 5270731.

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

Color convert

RGB20310880-
CMYK00.470.610.20
HSL13.66º54.19%55.49%-
HSV(B)13.66º60.59%79.61%-
XYZ31.442410.57-
YUV133.2197.97177.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.92%
GREEN value IS 108 (42.58% from 255) = 27.62%
BLUE value IS 80 (31.64% from 255) = 20.46%
R=51.92%
G=27.62%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031088000.470.610.2013.6654.1955.49
HexCB6C5002F3D14e3637
Octal3131541200577524166667
Binary11001011110110010100000101111111101101001110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6C50; }

 p { color: rgb(203,108,80); }

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

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

 a { background-color: rgb(203,108,80); }

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

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

 span { border-color: rgb(203,108,80); }

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