#CE5C4B

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

Shades of Dark Coral #CE5C4B

Tints of Dark Coral #CE5C4B

Color information

#CE5C4B (or 0xCE5C4B) is unknown color: approx Dark Coral. HEX triplet: CE, 5C and 4B. RGB value is (206,92,75). Sum of RGB (Red+Green+Blue) = 206+92+75=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 92 (36.33% from 255 or 24.66% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5C4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5C4B is #31A3B4. Grayscale: #7C7C7C. Windows color (decimal): -3253173 or 4938958. OLE color: 4938958.

HSL color Cylindrical-coordinate representation of color #CE5C4B: hue angle of 7.79º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE5C4B is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB2069275-
CMYK00.550.640.19
HSL7.79º57.21%55.1%-
HSV(B)7.79º63.59%80.78%-
XYZ30.5521.289.15-
YUV124.15100.27186.38-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 55.23%
GREEN value IS 92 (36.33% from 255) = 24.66%
BLUE value IS 75 (29.69% from 255) = 20.11%
R=55.23%
G=24.66%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.64
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206927500.550.640.197.7957.2155.1
HexCE5C4B037401383937
Octal31613411306710023107167
Binary110011101011100100101101101111000000100111000111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5C4B; }

 p { color: rgb(206,92,75); }

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

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

 a { background-color: rgb(206,92,75); }

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

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

 span { border-color: rgb(206,92,75); }

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