Html Css Color HEX #CC8AA8 Viola

📋 copy color: '#CC8AA8'

red 204 ◦ green 138 ◦ blue 168

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

Shades of Viola #CC8AA8

Tints of Viola #CC8AA8

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.06%

 BLUE value IS 168 (66.02% from 255) = 32.94%

R = 40%
G = 27.06%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.2

RGB Variations

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

Color information

#CC8AA8 (or 0xCC8AA8) is known color: Viola. HEX triplet: CC, 8A and A8. RGB value is (204,138,168). Sum of RGB (Red+Green+Blue) = 204+138+168=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 138 (54.30% from 255 or 27.06% from 510); Blue value is 168 (66.02% from 255 or 32.94% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8AA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8AA8 is #337557. Grayscale: #A1A1A1. Windows color (decimal): -3372376 or 11045580. OLE color: 11045580.

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

Color convert

RGB 204 138 168 -
CMYK 0 0.32 0.18 0.2
HSL 332.73º 0.39% 0.67% -
HSV(B) 332.73º 0.32% 0.8% -
XYZ 41.06 33.84 41.41 -
YUV 161.15 131.87 158.56 -
System Red Green Blue C M Y K H S L
Decimal 204 138 168 0 0.32 0.18 0.2 332.73 0.39 0.67
Hex CC 8A A8 0 20 12 14 14D 27 43
Octal 314 212 250 0 40 22 24 515 47 103
Binary 11001100 10001010 10101000 0 100000 10010 10100 101001101 100111 1000011

Color Harmonies of #CC8AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8AA8

Black with #CC8AA8

Text Example


Text Example

White with #CC8AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8AA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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