Html Css Color HEX #CC6141 Dark Coral

📋 copy color: '#CC6141'

red 204 ◦ green 97 ◦ blue 65

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

Shades of Dark Coral #CC6141

Tints of Dark Coral #CC6141

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.5%

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

R = 55.74%
G = 26.5%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC6141 (or 0xCC6141) is known color: Dark Coral. HEX triplet: CC, 61 and 41. RGB value is (204,97,65). Sum of RGB (Red+Green+Blue) = 204+97+65=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 97 (38.28% from 255 or 26.50% from 366); Blue value is 65 (25.78% from 255 or 17.76% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6141 is #339EBE. Grayscale: #7D7D7D. Windows color (decimal): -3382975 or 4284876. OLE color: 4284876.

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

Color convert

RGB 204 97 65 -
CMYK 0 0.52 0.68 0.2
HSL 13.81º 0.58% 0.53% -
HSV(B) 13.81º 0.68% 0.8% -
XYZ 30.13 21.77 7.61 -
YUV 125.35 93.95 184.1 -
System Red Green Blue C M Y K H S L
Decimal 204 97 65 0 0.52 0.68 0.2 13.81 0.58 0.53
Hex CC 61 41 0 34 44 14 E 3A 35
Octal 314 141 101 0 64 104 24 16 72 65
Binary 11001100 1100001 1000001 0 110100 1000100 10100 1110 111010 110101

Color Harmonies of #CC6141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6141

Black with #CC6141

Text Example


Text Example

White with #CC6141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6141; }

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

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

background-color css

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

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

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

border-color css

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

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

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