Html Css Color HEX #CC88A8 Viola

📋 copy color: '#CC88A8'

red 204 ◦ green 136 ◦ blue 168

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

Shades of Viola #CC88A8

Tints of Viola #CC88A8

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.77%

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

R = 40.16%
G = 26.77%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.2

RGB Variations

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

Color information

#CC88A8 (or 0xCC88A8) is known color: Viola. HEX triplet: CC, 88 and A8. RGB value is (204,136,168). Sum of RGB (Red+Green+Blue) = 204+136+168=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 136 (53.52% from 255 or 26.77% from 508); Blue value is 168 (66.02% from 255 or 33.07% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CC88A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC88A8 is #337757. Grayscale: #9F9F9F. Windows color (decimal): -3372888 or 11045068. OLE color: 11045068.

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

Color convert

RGB 204 136 168 -
CMYK 0 0.33 0.18 0.2
HSL 331.76º 0.4% 0.67% -
HSV(B) 331.76º 0.33% 0.8% -
XYZ 40.77 33.27 41.32 -
YUV 159.98 132.53 159.4 -
System Red Green Blue C M Y K H S L
Decimal 204 136 168 0 0.33 0.18 0.2 331.76 0.4 0.67
Hex CC 88 A8 0 21 12 14 14C 28 43
Octal 314 210 250 0 41 22 24 514 50 103
Binary 11001100 10001000 10101000 0 100001 10010 10100 101001100 101000 1000011

Color Harmonies of #CC88A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC88A8

Black with #CC88A8

Text Example


Text Example

White with #CC88A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC88A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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