#CB583F

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

Shades of Dark Coral #CB583F

Tints of Dark Coral #CB583F

Color information

#CB583F (or 0xCB583F) is unknown color: approx Dark Coral. HEX triplet: CB, 58 and 3F. RGB value is (203,88,63). Sum of RGB (Red+Green+Blue) = 203+88+63=354 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.34% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 63 (25% from 255 or 17.80% from 354); Max value from RGB is 203 - color contains mainly: red. Hex color #CB583F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB583F is #34A7C0. Grayscale: #777777. Windows color (decimal): -3450817 or 4151499. OLE color: 4151499.

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

Color convert

RGB2038863-
CMYK00.570.690.20
HSL10.71º57.38%52.16%-
HSV(B)10.71º68.97%79.61%-
XYZ29.0220.037.04-
YUV119.5496.1187.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 57.34%
GREEN value IS 88 (34.77% from 255) = 24.86%
BLUE value IS 63 (25% from 255) = 17.80%
R=57.34%
G=24.86%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203886300.570.690.2010.7157.3852.16
HexCB583F0394514b3934
Octal3131307707110524137164
Binary11001011101100011111101110011000101101001011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB583F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB583F; }

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

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

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

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

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

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

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

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