#CB5A48

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

Shades of Dark Coral #CB5A48

Tints of Dark Coral #CB5A48

Color information

#CB5A48 (or 0xCB5A48) is unknown color: approx Dark Coral. HEX triplet: CB, 5A and 48. RGB value is (203,90,72). Sum of RGB (Red+Green+Blue) = 203+90+72=365 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.62% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 72 (28.52% from 255 or 19.73% from 365); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5A48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5A48 is #34A5B7. Grayscale: #797979. Windows color (decimal): -3450296 or 4741835. OLE color: 4741835.

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

Color convert

RGB2039072-
CMYK00.560.650.20
HSL8.24º55.74%53.92%-
HSV(B)8.24º64.53%79.61%-
XYZ29.4520.488.53-
YUV121.7399.94185.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 55.62%
GREEN value IS 90 (35.55% from 255) = 24.66%
BLUE value IS 72 (28.52% from 255) = 19.73%
R=55.62%
G=24.66%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203907200.560.650.208.2455.7453.92
HexCB5A48038411483836
Octal31313211007010124107066
Binary110010111011010100100001110001000001101001000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5A48; }

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

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

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

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

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

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

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

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