Html Css Color HEX #CC5641 Dark Coral

📋 copy color: '#CC5641'

red 204 ◦ green 86 ◦ blue 65

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

Shades of Dark Coral #CC5641

Tints of Dark Coral #CC5641

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.23%

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

R = 57.46%
G = 24.23%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC5641 (or 0xCC5641) is known color: Dark Coral. HEX triplet: CC, 56 and 41. RGB value is (204,86,65). Sum of RGB (Red+Green+Blue) = 204+86+65=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 65 (25.78% from 255 or 18.31% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5641 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5641 is #33A9BE. Grayscale: #777777. Windows color (decimal): -3385791 or 4282060. OLE color: 4282060.

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

Color convert

RGB 204 86 65 -
CMYK 0 0.58 0.68 0.2
HSL 9.06º 0.58% 0.53% -
HSV(B) 9.06º 0.68% 0.8% -
XYZ 29.18 19.87 7.3 -
YUV 118.89 97.59 188.71 -
System Red Green Blue C M Y K H S L
Decimal 204 86 65 0 0.58 0.68 0.2 9.06 0.58 0.53
Hex CC 56 41 0 3A 44 14 9 3A 35
Octal 314 126 101 0 72 104 24 11 72 65
Binary 11001100 1010110 1000001 0 111010 1000100 10100 1001 111010 110101

Color Harmonies of #CC5641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5641

Black with #CC5641

Text Example


Text Example

White with #CC5641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5641; }

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

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

background-color css

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

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

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

border-color css

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

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

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