Html Css Color HEX #CE5C4B Dark Coral

📋 copy color: '#CE5C4B'

red 206 ◦ green 92 ◦ blue 75

#CE5C4B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Coral #CE5C4B

Tints of Dark Coral #CE5C4B

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 value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CE5C4B (or 0xCE5C4B) is known color: 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

RGB 206 92 75 -
CMYK 0 0.55 0.64 0.19
HSL 7.79º 0.57% 0.55% -
HSV(B) 7.79º 0.64% 0.81% -
XYZ 30.55 21.28 9.15 -
YUV 124.15 100.27 186.38 -
System Red Green Blue C M Y K H S L
Decimal 206 92 75 0 0.55 0.64 0.19 7.79 0.57 0.55
Hex CE 5C 4B 0 37 40 13 8 39 37
Octal 316 134 113 0 67 100 23 10 71 67
Binary 11001110 1011100 1001011 0 110111 1000000 10011 1000 111001 110111

Color Harmonies of #CE5C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5C4B

Black with #CE5C4B

Text Example


Text Example

White with #CE5C4B

Text Example


Text Example

HTML Codes & Css Web 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>