Html Css Color HEX #CC5C4D Dark Coral

📋 copy color: '#CC5C4D'

red 204 ◦ green 92 ◦ blue 77

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

Shades of Dark Coral #CC5C4D

Tints of Dark Coral #CC5C4D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.66%

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

R = 54.69%
G = 24.66%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CC5C4D (or 0xCC5C4D) is known color: Dark Coral. HEX triplet: CC, 5C and 4D. RGB value is (204,92,77). Sum of RGB (Red+Green+Blue) = 204+92+77=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 92 (36.33% from 255 or 24.66% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5C4D is #33A3B2. Grayscale: #7B7B7B. Windows color (decimal): -3384243 or 5070028. OLE color: 5070028.

HSL color Cylindrical-coordinate representation of color #CC5C4D: hue angle of 7.09º 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 #CC5C4D is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 92 77 -
CMYK 0 0.55 0.62 0.2
HSL 7.09º 0.55% 0.55% -
HSV(B) 7.09º 0.62% 0.8% -
XYZ 30.07 21.03 9.5 -
YUV 123.78 101.61 185.22 -
System Red Green Blue C M Y K H S L
Decimal 204 92 77 0 0.55 0.62 0.2 7.09 0.55 0.55
Hex CC 5C 4D 0 37 3E 14 7 37 37
Octal 314 134 115 0 67 76 24 7 67 67
Binary 11001100 1011100 1001101 0 110111 111110 10100 111 110111 110111

Color Harmonies of #CC5C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5C4D

Black with #CC5C4D

Text Example


Text Example

White with #CC5C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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