#CB5B49

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

Shades of Dark Coral #CB5B49

Tints of Dark Coral #CB5B49

Color information

#CB5B49 (or 0xCB5B49) is unknown color: approx Dark Coral. HEX triplet: CB, 5B and 49. RGB value is (203,91,73). Sum of RGB (Red+Green+Blue) = 203+91+73=367 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.31% from 367); Green value is 91 (35.94% from 255 or 24.80% from 367); Blue value is 73 (28.91% from 255 or 19.89% from 367); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5B49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5B49 is #34A4B6. Grayscale: #7A7A7A. Windows color (decimal): -3450039 or 4807627. OLE color: 4807627.

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

Color convert

RGB2039173-
CMYK00.550.640.20
HSL8.31º55.56%54.12%-
HSV(B)8.31º64.04%79.61%-
XYZ29.5720.668.73-
YUV122.44100.11185.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 55.31%
GREEN value IS 91 (35.94% from 255) = 24.80%
BLUE value IS 73 (28.91% from 255) = 19.89%
R=55.31%
G=24.80%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203917300.550.640.208.3155.5654.12
HexCB5B49037401483836
Octal31313311106710024107066
Binary110010111011011100100101101111000000101001000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5B49; }

 p { color: rgb(203,91,73); }

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

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

 a { background-color: rgb(203,91,73); }

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

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

 span { border-color: rgb(203,91,73); }

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