Html Css Color HEX #CC94AA Viola

📋 copy color: '#CC94AA'

red 204 ◦ green 148 ◦ blue 170

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

Shades of Viola #CC94AA

Tints of Viola #CC94AA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.35%

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

R = 39.08%
G = 28.35%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CC94AA (or 0xCC94AA) is known color: Viola. HEX triplet: CC, 94 and AA. RGB value is (204,148,170). Sum of RGB (Red+Green+Blue) = 204+148+170=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 148 (58.20% from 255 or 28.35% from 522); Blue value is 170 (66.80% from 255 or 32.57% from 522); Max value from RGB is 204 - color contains mainly: red. Hex color #CC94AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC94AA is #336B55. Grayscale: #A7A7A7. Windows color (decimal): -3369814 or 11179212. OLE color: 11179212.

HSL color Cylindrical-coordinate representation of color #CC94AA: hue angle of 336.43º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CC94AA is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 148 170 -
CMYK 0 0.27 0.17 0.2
HSL 336.43º 0.35% 0.69% -
HSV(B) 336.43º 0.27% 0.8% -
XYZ 42.75 36.92 42.9 -
YUV 167.25 129.55 154.21 -
System Red Green Blue C M Y K H S L
Decimal 204 148 170 0 0.27 0.17 0.2 336.43 0.35 0.69
Hex CC 94 AA 0 1B 11 14 150 23 45
Octal 314 224 252 0 33 21 24 520 43 105
Binary 11001100 10010100 10101010 0 11011 10001 10100 101010000 100011 1000101

Color Harmonies of #CC94AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC94AA

Black with #CC94AA

Text Example


Text Example

White with #CC94AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC94AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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