Html Css Color HEX #CC6046 Dark Coral

📋 copy color: '#CC6046'

red 204 ◦ green 96 ◦ blue 70

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

Shades of Dark Coral #CC6046

Tints of Dark Coral #CC6046

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.95%

 BLUE value IS 70 (27.73% from 255) = 18.92%

R = 55.14%
G = 25.95%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CC6046 (or 0xCC6046) is known color: Dark Coral. HEX triplet: CC, 60 and 46. RGB value is (204,96,70). Sum of RGB (Red+Green+Blue) = 204+96+70=370 (49% of max value = 765). Red value is 204 (80.08% from 255 or 55.14% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 70 (27.73% from 255 or 18.92% from 370); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6046 is #339FB9. Grayscale: #7D7D7D. Windows color (decimal): -3383226 or 4612300. OLE color: 4612300.

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

Color convert

RGB 204 96 70 -
CMYK 0 0.53 0.66 0.2
HSL 11.64º 0.57% 0.54% -
HSV(B) 11.64º 0.66% 0.8% -
XYZ 30.19 21.65 8.38 -
YUV 125.33 96.78 184.11 -
System Red Green Blue C M Y K H S L
Decimal 204 96 70 0 0.53 0.66 0.2 11.64 0.57 0.54
Hex CC 60 46 0 35 42 14 C 39 36
Octal 314 140 106 0 65 102 24 14 71 66
Binary 11001100 1100000 1000110 0 110101 1000010 10100 1100 111001 110110

Color Harmonies of #CC6046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6046

Black with #CC6046

Text Example


Text Example

White with #CC6046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6046; }

 p { color: rgb(204,96,70); }

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

background-color css

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

 a { background-color: rgb(204,96,70); }

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

border-color css

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

 span { border-color: rgb(204,96,70); }

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