Html Css Color HEX #CC768E Charm

📋 copy color: '#CC768E'

red 204 ◦ green 118 ◦ blue 142

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

Shades of Charm #CC768E

Tints of Charm #CC768E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.43%

 BLUE value IS 142 (55.86% from 255) = 30.6%

R = 43.97%
G = 25.43%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC768E (or 0xCC768E) is known color: Charm. HEX triplet: CC, 76 and 8E. RGB value is (204,118,142). Sum of RGB (Red+Green+Blue) = 204+118+142=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 118 (46.48% from 255 or 25.43% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CC768E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC768E is #338971. Grayscale: #929292. Windows color (decimal): -3377522 or 9336524. OLE color: 9336524.

HSL color Cylindrical-coordinate representation of color #CC768E: hue angle of 343.26º degrees, saturation: 0.46, 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 #CC768E is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 118 142 -
CMYK 0 0.42 0.30 0.2
HSL 343.26º 0.46% 0.63% -
HSV(B) 343.26º 0.42% 0.8% -
XYZ 36.26 27.75 29.04 -
YUV 146.45 125.49 169.05 -
System Red Green Blue C M Y K H S L
Decimal 204 118 142 0 0.42 0.30 0.2 343.26 0.46 0.63
Hex CC 76 8E 0 2A 1E 14 157 2E 3F
Octal 314 166 216 0 52 36 24 527 56 77
Binary 11001100 1110110 10001110 0 101010 11110 10100 101010111 101110 111111

Color Harmonies of #CC768E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC768E

Black with #CC768E

Text Example


Text Example

White with #CC768E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC768E; }

 p { color: rgb(204,118,142); }

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

background-color css

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

 a { background-color: rgb(204,118,142); }

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

border-color css

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

 span { border-color: rgb(204,118,142); }

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