#CB593F

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

Shades of Dark Coral #CB593F

Tints of Dark Coral #CB593F

Color information

#CB593F (or 0xCB593F) is unknown color: approx Dark Coral. HEX triplet: CB, 59 and 3F. RGB value is (203,89,63). Sum of RGB (Red+Green+Blue) = 203+89+63=355 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.18% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 63 (25% from 255 or 17.75% from 355); Max value from RGB is 203 - color contains mainly: red. Hex color #CB593F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB593F is #34A6C0. Grayscale: #787878. Windows color (decimal): -3450561 or 4151755. OLE color: 4151755.

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

Color convert

RGB2038963-
CMYK00.560.690.20
HSL11.14º57.38%52.16%-
HSV(B)11.14º68.97%79.61%-
XYZ29.120.27.07-
YUV120.1295.77187.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 57.18%
GREEN value IS 89 (35.16% from 255) = 25.07%
BLUE value IS 63 (25% from 255) = 17.75%
R=57.18%
G=25.07%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203896300.560.690.2011.1457.3852.16
HexCB593F0384514b3934
Octal3131317707010524137164
Binary11001011101100111111101110001000101101001011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB593F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB593F; }

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

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

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

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

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

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

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

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