#CB594B

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

Shades of Dark Coral #CB594B

Tints of Dark Coral #CB594B

Color information

#CB594B (or 0xCB594B) is unknown color: approx Dark Coral. HEX triplet: CB, 59 and 4B. RGB value is (203,89,75). Sum of RGB (Red+Green+Blue) = 203+89+75=367 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.31% from 367); Green value is 89 (35.16% from 255 or 24.25% from 367); Blue value is 75 (29.69% from 255 or 20.44% from 367); Max value from RGB is 203 - color contains mainly: red. Hex color #CB594B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB594B is #34A6B4. Grayscale: #797979. Windows color (decimal): -3450549 or 4938187. OLE color: 4938187.

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

Color convert

RGB2038975-
CMYK00.560.630.20
HSL6.56º55.17%54.51%-
HSV(B)6.56º63.05%79.61%-
XYZ29.4720.359.03-
YUV121.49101.77186.14-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 55.31%
GREEN value IS 89 (35.16% from 255) = 24.25%
BLUE value IS 75 (29.69% from 255) = 20.44%
R=55.31%
G=24.25%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203897500.560.630.206.5655.1754.51
HexCB594B0383F1473737
Octal313131113070772476767
Binary1100101110110011001011011100011111110100111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB594B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB594B; }

 p { color: rgb(203,89,75); }

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

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

 a { background-color: rgb(203,89,75); }

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

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

 span { border-color: rgb(203,89,75); }

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