Html Css Color HEX #CC5741 Dark Coral

📋 copy color: '#CC5741'

red 204 ◦ green 87 ◦ blue 65

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

Shades of Dark Coral #CC5741

Tints of Dark Coral #CC5741

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.44%

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

R = 57.3%
G = 24.44%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC5741 (or 0xCC5741) is known color: Dark Coral. HEX triplet: CC, 57 and 41. RGB value is (204,87,65). Sum of RGB (Red+Green+Blue) = 204+87+65=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 65 (25.78% from 255 or 18.26% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5741 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5741 is #33A8BE. Grayscale: #777777. Windows color (decimal): -3385535 or 4282316. OLE color: 4282316.

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

Color convert

RGB 204 87 65 -
CMYK 0 0.57 0.68 0.2
HSL 9.5º 0.58% 0.53% -
HSV(B) 9.5º 0.68% 0.8% -
XYZ 29.26 20.04 7.33 -
YUV 119.48 97.26 188.29 -
System Red Green Blue C M Y K H S L
Decimal 204 87 65 0 0.57 0.68 0.2 9.5 0.58 0.53
Hex CC 57 41 0 39 44 14 9 3A 35
Octal 314 127 101 0 71 104 24 11 72 65
Binary 11001100 1010111 1000001 0 111001 1000100 10100 1001 111010 110101

Color Harmonies of #CC5741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5741

Black with #CC5741

Text Example


Text Example

White with #CC5741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5741; }

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

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

background-color css

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

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

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

border-color css

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

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

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