Html Css Color HEX #CC768C Charm

📋 copy color: '#CC768C'

red 204 ◦ green 118 ◦ blue 140

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

Shades of Charm #CC768C

Tints of Charm #CC768C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.3%

R = 44.16%
G = 25.54%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC768C (or 0xCC768C) is known color: Charm. HEX triplet: CC, 76 and 8C. RGB value is (204,118,140). Sum of RGB (Red+Green+Blue) = 204+118+140=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 118 (46.48% from 255 or 25.54% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CC768C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC768C is #338973. Grayscale: #929292. Windows color (decimal): -3377524 or 9205452. OLE color: 9205452.

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

Color convert

RGB 204 118 140 -
CMYK 0 0.42 0.31 0.2
HSL 344.65º 0.46% 0.63% -
HSV(B) 344.65º 0.42% 0.8% -
XYZ 36.11 27.69 28.25 -
YUV 146.22 124.49 169.21 -
System Red Green Blue C M Y K H S L
Decimal 204 118 140 0 0.42 0.31 0.2 344.65 0.46 0.63
Hex CC 76 8C 0 2A 1F 14 159 2E 3F
Octal 314 166 214 0 52 37 24 531 56 77
Binary 11001100 1110110 10001100 0 101010 11111 10100 101011001 101110 111111

Color Harmonies of #CC768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC768C

Black with #CC768C

Text Example


Text Example

White with #CC768C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC768C; }

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

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

background-color css

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

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

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

border-color css

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

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

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