Html Css Color HEX #CC6043 Dark Coral

📋 copy color: '#CC6043'

red 204 ◦ green 96 ◦ blue 67

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

Shades of Dark Coral #CC6043

Tints of Dark Coral #CC6043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.26%

R = 55.59%
G = 26.16%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CC6043 (or 0xCC6043) is known color: Dark Coral. HEX triplet: CC, 60 and 43. RGB value is (204,96,67). Sum of RGB (Red+Green+Blue) = 204+96+67=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 67 (26.56% from 255 or 18.26% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6043 is #339FBC. Grayscale: #7D7D7D. Windows color (decimal): -3383229 or 4415692. OLE color: 4415692.

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

Color convert

RGB 204 96 67 -
CMYK 0 0.53 0.67 0.2
HSL 12.7º 0.57% 0.53% -
HSV(B) 12.7º 0.67% 0.8% -
XYZ 30.1 21.61 7.89 -
YUV 124.99 95.28 184.36 -
System Red Green Blue C M Y K H S L
Decimal 204 96 67 0 0.53 0.67 0.2 12.7 0.57 0.53
Hex CC 60 43 0 35 43 14 D 39 35
Octal 314 140 103 0 65 103 24 15 71 65
Binary 11001100 1100000 1000011 0 110101 1000011 10100 1101 111001 110101

Color Harmonies of #CC6043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6043

Black with #CC6043

Text Example


Text Example

White with #CC6043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6043; }

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

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

background-color css

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

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

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

border-color css

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

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

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