Html Css Color HEX #CC644C Dark Coral

📋 copy color: '#CC644C'

red 204 ◦ green 100 ◦ blue 76

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

Shades of Dark Coral #CC644C

Tints of Dark Coral #CC644C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20%

R = 53.68%
G = 26.32%
B = 20%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC644C (or 0xCC644C) is known color: Dark Coral. HEX triplet: CC, 64 and 4C. RGB value is (204,100,76). Sum of RGB (Red+Green+Blue) = 204+100+76=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 76 (30.08% from 255 or 20% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC644C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC644C is #339BB3. Grayscale: #808080. Windows color (decimal): -3382196 or 5006540. OLE color: 5006540.

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

Color convert

RGB 204 100 76 -
CMYK 0 0.51 0.63 0.2
HSL 11.25º 0.56% 0.55% -
HSV(B) 11.25º 0.63% 0.8% -
XYZ 30.76 22.47 9.55 -
YUV 128.36 98.46 181.95 -
System Red Green Blue C M Y K H S L
Decimal 204 100 76 0 0.51 0.63 0.2 11.25 0.56 0.55
Hex CC 64 4C 0 33 3F 14 B 38 37
Octal 314 144 114 0 63 77 24 13 70 67
Binary 11001100 1100100 1001100 0 110011 111111 10100 1011 111000 110111

Color Harmonies of #CC644C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC644C

Black with #CC644C

Text Example


Text Example

White with #CC644C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC644C; }

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

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

background-color css

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

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

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

border-color css

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

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

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