Html Css Color HEX #CC5B4C Dark Coral

📋 copy color: '#CC5B4C'

red 204 ◦ green 91 ◦ blue 76

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

Shades of Dark Coral #CC5B4C

Tints of Dark Coral #CC5B4C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.53%

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

R = 54.99%
G = 24.53%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC5B4C (or 0xCC5B4C) is known color: Dark Coral. HEX triplet: CC, 5B and 4C. RGB value is (204,91,76). Sum of RGB (Red+Green+Blue) = 204+91+76=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 91 (35.94% from 255 or 24.53% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5B4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5B4C is #33A4B3. Grayscale: #7B7B7B. Windows color (decimal): -3384500 or 5004236. OLE color: 5004236.

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

Color convert

RGB 204 91 76 -
CMYK 0 0.55 0.63 0.2
HSL 7.03º 0.56% 0.55% -
HSV(B) 7.03º 0.63% 0.8% -
XYZ 29.95 20.84 9.28 -
YUV 123.08 101.44 185.72 -
System Red Green Blue C M Y K H S L
Decimal 204 91 76 0 0.55 0.63 0.2 7.03 0.56 0.55
Hex CC 5B 4C 0 37 3F 14 7 38 37
Octal 314 133 114 0 67 77 24 7 70 67
Binary 11001100 1011011 1001100 0 110111 111111 10100 111 111000 110111

Color Harmonies of #CC5B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5B4C

Black with #CC5B4C

Text Example


Text Example

White with #CC5B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5B4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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