Html Css Color HEX #CC5F4C Dark Coral

📋 copy color: '#CC5F4C'

red 204 ◦ green 95 ◦ blue 76

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

Shades of Dark Coral #CC5F4C

Tints of Dark Coral #CC5F4C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.33%

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

R = 54.4%
G = 25.33%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC5F4C (or 0xCC5F4C) is known color: Dark Coral. HEX triplet: CC, 5F and 4C. RGB value is (204,95,76). Sum of RGB (Red+Green+Blue) = 204+95+76=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 95 (37.5% from 255 or 25.33% from 375); Blue value is 76 (30.08% from 255 or 20.27% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5F4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5F4C is #33A0B3. Grayscale: #7D7D7D. Windows color (decimal): -3383476 or 5005260. OLE color: 5005260.

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

Color convert

RGB 204 95 76 -
CMYK 0 0.53 0.63 0.2
HSL 8.91º 0.56% 0.55% -
HSV(B) 8.91º 0.63% 0.8% -
XYZ 30.3 21.54 9.4 -
YUV 125.43 100.11 184.04 -
System Red Green Blue C M Y K H S L
Decimal 204 95 76 0 0.53 0.63 0.2 8.91 0.56 0.55
Hex CC 5F 4C 0 35 3F 14 9 38 37
Octal 314 137 114 0 65 77 24 11 70 67
Binary 11001100 1011111 1001100 0 110101 111111 10100 1001 111000 110111

Color Harmonies of #CC5F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5F4C

Black with #CC5F4C

Text Example


Text Example

White with #CC5F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5F4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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