#CF533B

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

Shades of Dark Coral #CF533B

Tints of Dark Coral #CF533B

Color information

#CF533B (or 0xCF533B) is unknown color: approx Dark Coral. HEX triplet: CF, 53 and 3B. RGB value is (207,83,59). Sum of RGB (Red+Green+Blue) = 207+83+59=349 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.31% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 59 (23.44% from 255 or 16.91% from 349); Max value from RGB is 207 - color contains mainly: red. Hex color #CF533B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF533B is #30ACC4. Grayscale: #757575. Windows color (decimal): -3189957 or 3888079. OLE color: 3888079.

HSL color Cylindrical-coordinate representation of color #CF533B: hue angle of 9.73º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF533B is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB2078359-
CMYK00.600.710.19
HSL9.73º60.66%52.16%-
HSV(B)9.73º71.5%81.18%-
XYZ29.6119.776.39-
YUV117.3495.08191.95-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 59.31%
GREEN value IS 83 (32.81% from 255) = 23.78%
BLUE value IS 59 (23.44% from 255) = 16.91%
R=59.31%
G=23.78%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.71
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207835900.600.710.199.7360.6652.16
HexCF533B03C4713a3d34
Octal3171237307410723127564
Binary11001111101001111101101111001000111100111010111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF533B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF533B; }

 p { color: rgb(207,83,59); }

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

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

 a { background-color: rgb(207,83,59); }

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

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

 span { border-color: rgb(207,83,59); }

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