#CB6848

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

Shades of Red Damask #CB6848

Tints of Red Damask #CB6848

Color information

#CB6848 (or 0xCB6848) is unknown color: approx Red Damask. HEX triplet: CB, 68 and 48. RGB value is (203,104,72). Sum of RGB (Red+Green+Blue) = 203+104+72=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 72 (28.52% from 255 or 19.00% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6848 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6848 is #3497B7. Grayscale: #828282. Windows color (decimal): -3446712 or 4745419. OLE color: 4745419.

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

Color convert

RGB20310472-
CMYK00.490.650.20
HSL14.66º55.74%53.92%-
HSV(B)14.66º64.53%79.61%-
XYZ30.7523.078.96-
YUV129.9595.3180.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.56%
GREEN value IS 104 (41.02% from 255) = 27.44%
BLUE value IS 72 (28.52% from 255) = 19.00%
R=53.56%
G=27.44%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031047200.490.650.2014.6655.7453.92
HexCB68480314114f3836
Octal31315011006110124177066
Binary110010111101000100100001100011000001101001111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6848; }

 p { color: rgb(203,104,72); }

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

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

 a { background-color: rgb(203,104,72); }

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

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

 span { border-color: rgb(203,104,72); }

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