#CB533D

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

Shades of Dark Coral #CB533D

Tints of Dark Coral #CB533D

Color information

#CB533D (or 0xCB533D) is unknown color: approx Dark Coral. HEX triplet: CB, 53 and 3D. RGB value is (203,83,61). Sum of RGB (Red+Green+Blue) = 203+83+61=347 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.50% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 203 - color contains mainly: red. Hex color #CB533D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB533D is #34ACC2. Grayscale: #747474. Windows color (decimal): -3452099 or 4019147. OLE color: 4019147.

HSL color Cylindrical-coordinate representation of color #CB533D: hue angle of 9.3º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB533D is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB2038361-
CMYK00.590.700.20
HSL9.3º57.72%51.76%-
HSV(B)9.3º69.95%79.61%-
XYZ28.5619.226.62-
YUV116.3796.76189.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 58.50%
GREEN value IS 83 (32.81% from 255) = 23.92%
BLUE value IS 61 (24.22% from 255) = 17.58%
R=58.50%
G=23.92%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203836100.590.700.209.357.7251.76
HexCB533D03B461493a34
Octal3131237507310624117264
Binary11001011101001111110101110111000110101001001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB533D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB533D; }

 p { color: rgb(203,83,61); }

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

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

 a { background-color: rgb(203,83,61); }

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

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

 span { border-color: rgb(203,83,61); }

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