#CB5848

Color #CB5848 Dark Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Coral #CB5848

Tints of Dark Coral #CB5848

Color information

#CB5848 (or 0xCB5848) is unknown color: approx Dark Coral. HEX triplet: CB, 58 and 48. RGB value is (203,88,72). Sum of RGB (Red+Green+Blue) = 203+88+72=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5848 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5848 is #34A7B7. Grayscale: #787878. Windows color (decimal): -3450808 or 4741323. OLE color: 4741323.

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

Color convert

RGB2038872-
CMYK00.570.650.20
HSL7.33º55.74%53.92%-
HSV(B)7.33º64.53%79.61%-
XYZ29.2920.148.48-
YUV120.56100.6186.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 55.92%
GREEN value IS 88 (34.77% from 255) = 24.24%
BLUE value IS 72 (28.52% from 255) = 19.83%
R=55.92%
G=24.24%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203887200.570.650.207.3355.7453.92
HexCB5848039411473836
Octal3131301100711012477066
Binary11001011101100010010000111001100000110100111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5848; }

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

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

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

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

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

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

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

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