Html Css Color HEX #CC644A Dark Coral

📋 copy color: '#CC644A'

red 204 ◦ green 100 ◦ blue 74

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

Shades of Dark Coral #CC644A

Tints of Dark Coral #CC644A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.58%

R = 53.97%
G = 26.46%
B = 19.58%

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

#CC644A (or 0xCC644A) is known color: Dark Coral. HEX triplet: CC, 64 and 4A. RGB value is (204,100,74). Sum of RGB (Red+Green+Blue) = 204+100+74=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 100 (39.45% from 255 or 26.46% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC644A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC644A is #339BB5. Grayscale: #808080. Windows color (decimal): -3382198 or 4875468. OLE color: 4875468.

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

Color convert

RGB 204 100 74 -
CMYK 0 0.51 0.64 0.2
HSL 12º 0.56% 0.55% -
HSV(B) 12º 0.64% 0.8% -
XYZ 30.7 22.45 9.19 -
YUV 128.13 97.46 182.11 -
System Red Green Blue C M Y K H S L
Decimal 204 100 74 0 0.51 0.64 0.2 12 0.56 0.55
Hex CC 64 4A 0 33 40 14 C 38 37
Octal 314 144 112 0 63 100 24 14 70 67
Binary 11001100 1100100 1001010 0 110011 1000000 10100 1100 111000 110111

Color Harmonies of #CC644A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC644A

Black with #CC644A

Text Example


Text Example

White with #CC644A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC644A; }

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

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

background-color css

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

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

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

border-color css

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

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

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