#CB5B44

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

Shades of Dark Coral #CB5B44

Tints of Dark Coral #CB5B44

Color information

#CB5B44 (or 0xCB5B44) is unknown color: approx Dark Coral. HEX triplet: CB, 5B and 44. RGB value is (203,91,68). Sum of RGB (Red+Green+Blue) = 203+91+68=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 91 (35.94% from 255 or 25.14% from 362); Blue value is 68 (26.95% from 255 or 18.78% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5B44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5B44 is #34A4BB. Grayscale: #7A7A7A. Windows color (decimal): -3450044 or 4479947. OLE color: 4479947.

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

Color convert

RGB2039168-
CMYK00.550.670.20
HSL10.22º56.49%53.14%-
HSV(B)10.22º66.5%79.61%-
XYZ29.4120.67.89-
YUV121.8797.61185.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 56.08%
GREEN value IS 91 (35.94% from 255) = 25.14%
BLUE value IS 68 (26.95% from 255) = 18.78%
R=56.08%
G=25.14%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203916800.550.670.2010.2256.4953.14
HexCB5B440374314a3835
Octal31313310406710324127065
Binary110010111011011100010001101111000011101001010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5B44; }

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

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

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

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

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

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

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

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