Html Css Color HEX #CC6449 Dark Coral

📋 copy color: '#CC6449'

red 204 ◦ green 100 ◦ blue 73

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

Shades of Dark Coral #CC6449

Tints of Dark Coral #CC6449

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.53%

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

R = 54.11%
G = 26.53%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC6449 (or 0xCC6449) is known color: Dark Coral. HEX triplet: CC, 64 and 49. RGB value is (204,100,73). Sum of RGB (Red+Green+Blue) = 204+100+73=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 73 (28.91% from 255 or 19.36% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6449 is #339BB6. Grayscale: #808080. Windows color (decimal): -3382199 or 4809932. OLE color: 4809932.

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

Color convert

RGB 204 100 73 -
CMYK 0 0.51 0.64 0.2
HSL 12.37º 0.56% 0.54% -
HSV(B) 12.37º 0.64% 0.8% -
XYZ 30.66 22.43 9.02 -
YUV 128.02 96.96 182.2 -
System Red Green Blue C M Y K H S L
Decimal 204 100 73 0 0.51 0.64 0.2 12.37 0.56 0.54
Hex CC 64 49 0 33 40 14 C 38 36
Octal 314 144 111 0 63 100 24 14 70 66
Binary 11001100 1100100 1001001 0 110011 1000000 10100 1100 111000 110110

Color Harmonies of #CC6449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6449

Black with #CC6449

Text Example


Text Example

White with #CC6449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6449; }

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

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

background-color css

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

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

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

border-color css

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

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

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