#CF533D

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

Shades of Dark Coral #CF533D

Tints of Dark Coral #CF533D

Color information

#CF533D (or 0xCF533D) is unknown color: approx Dark Coral. HEX triplet: CF, 53 and 3D. RGB value is (207,83,61). Sum of RGB (Red+Green+Blue) = 207+83+61=351 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.97% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 61 (24.22% from 255 or 17.38% from 351); Max value from RGB is 207 - color contains mainly: red. Hex color #CF533D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF533D is #30ACC2. Grayscale: #757575. Windows color (decimal): -3189955 or 4019151. OLE color: 4019151.

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

Color convert

RGB2078361-
CMYK00.600.710.19
HSL9.04º60.33%52.55%-
HSV(B)9.04º70.53%81.18%-
XYZ29.6719.796.67-
YUV117.5796.08191.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 58.97%
GREEN value IS 83 (32.81% from 255) = 23.65%
BLUE value IS 61 (24.22% from 255) = 17.38%
R=58.97%
G=23.65%
B=17.38%

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
Decimal207836100.600.710.199.0460.3352.55
HexCF533D03C471393c35
Octal3171237507410723117465
Binary11001111101001111110101111001000111100111001111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF533D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF533D; }

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

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

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

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

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

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

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

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