Html Css Color HEX #CC6249 Dark Coral

📋 copy color: '#CC6249'

red 204 ◦ green 98 ◦ blue 73

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

Shades of Dark Coral #CC6249

Tints of Dark Coral #CC6249

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.13%

 BLUE value IS 73 (28.91% from 255) = 19.47%

R = 54.4%
G = 26.13%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC6249 (or 0xCC6249) is known color: Dark Coral. HEX triplet: CC, 62 and 49. RGB value is (204,98,73). Sum of RGB (Red+Green+Blue) = 204+98+73=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6249 is #339DB6. Grayscale: #7F7F7F. Windows color (decimal): -3382711 or 4809420. OLE color: 4809420.

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

Color convert

RGB 204 98 73 -
CMYK 0 0.52 0.64 0.2
HSL 11.45º 0.56% 0.54% -
HSV(B) 11.45º 0.64% 0.8% -
XYZ 30.47 22.05 8.95 -
YUV 126.84 97.62 183.03 -
System Red Green Blue C M Y K H S L
Decimal 204 98 73 0 0.52 0.64 0.2 11.45 0.56 0.54
Hex CC 62 49 0 34 40 14 B 38 36
Octal 314 142 111 0 64 100 24 13 70 66
Binary 11001100 1100010 1001001 0 110100 1000000 10100 1011 111000 110110

Color Harmonies of #CC6249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6249

Black with #CC6249

Text Example


Text Example

White with #CC6249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6249; }

 p { color: rgb(204,98,73); }

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

background-color css

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

 a { background-color: rgb(204,98,73); }

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

border-color css

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

 span { border-color: rgb(204,98,73); }

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