Html Css Color HEX #CC88AA Viola

📋 copy color: '#CC88AA'

red 204 ◦ green 136 ◦ blue 170

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

Shades of Viola #CC88AA

Tints of Viola #CC88AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.33%

R = 40%
G = 26.67%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CC88AA (or 0xCC88AA) is known color: Viola. HEX triplet: CC, 88 and AA. RGB value is (204,136,170). Sum of RGB (Red+Green+Blue) = 204+136+170=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 136 (53.52% from 255 or 26.67% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CC88AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC88AA is #337755. Grayscale: #A0A0A0. Windows color (decimal): -3372886 or 11176140. OLE color: 11176140.

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

Color convert

RGB 204 136 170 -
CMYK 0 0.33 0.17 0.2
HSL 330º 0.4% 0.67% -
HSV(B) 330º 0.33% 0.8% -
XYZ 40.96 33.35 42.31 -
YUV 160.21 133.53 159.24 -
System Red Green Blue C M Y K H S L
Decimal 204 136 170 0 0.33 0.17 0.2 330 0.4 0.67
Hex CC 88 AA 0 21 11 14 14A 28 43
Octal 314 210 252 0 41 21 24 512 50 103
Binary 11001100 10001000 10101010 0 100001 10001 10100 101001010 101000 1000011

Color Harmonies of #CC88AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC88AA

Black with #CC88AA

Text Example


Text Example

White with #CC88AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC88AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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