Html Css Color HEX #CC778A Charm

📋 copy color: '#CC778A'

red 204 ◦ green 119 ◦ blue 138

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

Shades of Charm #CC778A

Tints of Charm #CC778A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.81%

 BLUE value IS 138 (54.3% from 255) = 29.93%

R = 44.25%
G = 25.81%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC778A (or 0xCC778A) is known color: Charm. HEX triplet: CC, 77 and 8A. RGB value is (204,119,138). Sum of RGB (Red+Green+Blue) = 204+119+138=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 119 (46.88% from 255 or 25.81% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CC778A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC778A is #338875. Grayscale: #929292. Windows color (decimal): -3377270 or 9074636. OLE color: 9074636.

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

Color convert

RGB 204 119 138 -
CMYK 0 0.42 0.32 0.2
HSL 346.59º 0.45% 0.63% -
HSV(B) 346.59º 0.42% 0.8% -
XYZ 36.09 27.87 27.52 -
YUV 146.58 123.16 168.96 -
System Red Green Blue C M Y K H S L
Decimal 204 119 138 0 0.42 0.32 0.2 346.59 0.45 0.63
Hex CC 77 8A 0 2A 20 14 15B 2D 3F
Octal 314 167 212 0 52 40 24 533 55 77
Binary 11001100 1110111 10001010 0 101010 100000 10100 101011011 101101 111111

Color Harmonies of #CC778A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC778A

Black with #CC778A

Text Example


Text Example

White with #CC778A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC778A; }

 p { color: rgb(204,119,138); }

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

background-color css

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

 a { background-color: rgb(204,119,138); }

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

border-color css

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

 span { border-color: rgb(204,119,138); }

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