Html Css Color HEX #CC5D4C Dark Coral

📋 copy color: '#CC5D4C'

red 204 ◦ green 93 ◦ blue 76

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

Shades of Dark Coral #CC5D4C

Tints of Dark Coral #CC5D4C

RGB

 RED value IS 204 (80.08% from 255) = 54.69%

 GREEN value IS 93 (36.72% from 255) = 24.93%

 BLUE value IS 76 (30.08% from 255) = 20.38%

R = 54.69%
G = 24.93%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC5D4C (or 0xCC5D4C) is known color: Dark Coral. HEX triplet: CC, 5D and 4C. RGB value is (204,93,76). Sum of RGB (Red+Green+Blue) = 204+93+76=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 76 (30.08% from 255 or 20.38% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5D4C is #33A2B3. Grayscale: #7C7C7C. Windows color (decimal): -3383988 or 5004748. OLE color: 5004748.

HSL color Cylindrical-coordinate representation of color #CC5D4C: hue angle of 7.97º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC5D4C is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 93 76 -
CMYK 0 0.54 0.63 0.2
HSL 7.97º 0.56% 0.55% -
HSV(B) 7.97º 0.63% 0.8% -
XYZ 30.12 21.19 9.34 -
YUV 124.25 100.77 184.88 -
System Red Green Blue C M Y K H S L
Decimal 204 93 76 0 0.54 0.63 0.2 7.97 0.56 0.55
Hex CC 5D 4C 0 36 3F 14 8 38 37
Octal 314 135 114 0 66 77 24 10 70 67
Binary 11001100 1011101 1001100 0 110110 111111 10100 1000 111000 110111

Color Harmonies of #CC5D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5D4C

Black with #CC5D4C

Text Example


Text Example

White with #CC5D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5D4C; }

 p { color: rgb(204,93,76); }

 H1.HeaderClassName
 {
   color: #CC5D4C;
 }
 .AnyTagClassName
 {
   color: #CC5D4C;
 }
</style>

background-color css

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

 a { background-color: rgb(204,93,76); }

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

border-color css

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

 span { border-color: rgb(204,93,76); }

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