Html Css Color HEX #CC6144 Dark Coral

📋 copy color: '#CC6144'

red 204 ◦ green 97 ◦ blue 68

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

Shades of Dark Coral #CC6144

Tints of Dark Coral #CC6144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.43%

R = 55.28%
G = 26.29%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CC6144 (or 0xCC6144) is known color: Dark Coral. HEX triplet: CC, 61 and 44. RGB value is (204,97,68). Sum of RGB (Red+Green+Blue) = 204+97+68=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 68 (26.95% from 255 or 18.43% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6144 is #339EBB. Grayscale: #7D7D7D. Windows color (decimal): -3382972 or 4481484. OLE color: 4481484.

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

Color convert

RGB 204 97 68 -
CMYK 0 0.52 0.67 0.2
HSL 12.79º 0.57% 0.53% -
HSV(B) 12.79º 0.67% 0.8% -
XYZ 30.22 21.8 8.08 -
YUV 125.69 95.45 183.86 -
System Red Green Blue C M Y K H S L
Decimal 204 97 68 0 0.52 0.67 0.2 12.79 0.57 0.53
Hex CC 61 44 0 34 43 14 D 39 35
Octal 314 141 104 0 64 103 24 15 71 65
Binary 11001100 1100001 1000100 0 110100 1000011 10100 1101 111001 110101

Color Harmonies of #CC6144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6144

Black with #CC6144

Text Example


Text Example

White with #CC6144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6144; }

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

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

background-color css

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

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

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

border-color css

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

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

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