#CB503F

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

Shades of Dark Coral #CB503F

Tints of Dark Coral #CB503F

Color information

#CB503F (or 0xCB503F) is unknown color: approx Dark Coral. HEX triplet: CB, 50 and 3F. RGB value is (203,80,63). Sum of RGB (Red+Green+Blue) = 203+80+63=346 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.67% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 63 (25% from 255 or 18.21% from 346); Max value from RGB is 203 - color contains mainly: red. Hex color #CB503F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB503F is #34AFC0. Grayscale: #737373. Windows color (decimal): -3452865 or 4149451. OLE color: 4149451.

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

Color convert

RGB2038063-
CMYK00.610.690.20
HSL7.29º57.38%52.16%-
HSV(B)7.29º68.97%79.61%-
XYZ28.3918.796.83-
YUV114.8498.75190.88-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 58.67%
GREEN value IS 80 (31.64% from 255) = 23.12%
BLUE value IS 63 (25% from 255) = 18.21%
R=58.67%
G=23.12%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203806300.610.690.207.2957.3852.16
HexCB503F03D451473934
Octal313120770751052477164
Binary1100101110100001111110111101100010110100111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB503F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB503F; }

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

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

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

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

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

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

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

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