Html Css Color HEX #CC5C41 Dark Coral

📋 copy color: '#CC5C41'

red 204 ◦ green 92 ◦ blue 65

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

Shades of Dark Coral #CC5C41

Tints of Dark Coral #CC5C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.01%

R = 56.51%
G = 25.48%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC5C41 (or 0xCC5C41) is known color: Dark Coral. HEX triplet: CC, 5C and 41. RGB value is (204,92,65). Sum of RGB (Red+Green+Blue) = 204+92+65=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 65 (25.78% from 255 or 18.01% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5C41 is #33A3BE. Grayscale: #7A7A7A. Windows color (decimal): -3384255 or 4283596. OLE color: 4283596.

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

Color convert

RGB 204 92 65 -
CMYK 0 0.55 0.68 0.2
HSL 11.65º 0.58% 0.53% -
HSV(B) 11.65º 0.68% 0.8% -
XYZ 29.68 20.87 7.47 -
YUV 122.41 95.61 186.2 -
System Red Green Blue C M Y K H S L
Decimal 204 92 65 0 0.55 0.68 0.2 11.65 0.58 0.53
Hex CC 5C 41 0 37 44 14 C 3A 35
Octal 314 134 101 0 67 104 24 14 72 65
Binary 11001100 1011100 1000001 0 110111 1000100 10100 1100 111010 110101

Color Harmonies of #CC5C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5C41

Black with #CC5C41

Text Example


Text Example

White with #CC5C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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