Html Css Color HEX #CC5D4D Dark Coral

📋 copy color: '#CC5D4D'

red 204 ◦ green 93 ◦ blue 77

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

Shades of Dark Coral #CC5D4D

Tints of Dark Coral #CC5D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.59%

R = 54.55%
G = 24.87%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CC5D4D (or 0xCC5D4D) is known color: Dark Coral. HEX triplet: CC, 5D and 4D. RGB value is (204,93,77). Sum of RGB (Red+Green+Blue) = 204+93+77=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5D4D is #33A2B2. Grayscale: #7C7C7C. Windows color (decimal): -3383987 or 5070284. OLE color: 5070284.

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

Color convert

RGB 204 93 77 -
CMYK 0 0.54 0.62 0.2
HSL 7.56º 0.55% 0.55% -
HSV(B) 7.56º 0.62% 0.8% -
XYZ 30.16 21.2 9.52 -
YUV 124.37 101.27 184.8 -
System Red Green Blue C M Y K H S L
Decimal 204 93 77 0 0.54 0.62 0.2 7.56 0.55 0.55
Hex CC 5D 4D 0 36 3E 14 8 37 37
Octal 314 135 115 0 66 76 24 10 67 67
Binary 11001100 1011101 1001101 0 110110 111110 10100 1000 110111 110111

Color Harmonies of #CC5D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5D4D

Black with #CC5D4D

Text Example


Text Example

White with #CC5D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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