Html Css Color HEX #CC94AB Viola

📋 copy color: '#CC94AB'

red 204 ◦ green 148 ◦ blue 171

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

Shades of Viola #CC94AB

Tints of Viola #CC94AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.7%

R = 39.01%
G = 28.3%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC94AB (or 0xCC94AB) is known color: Viola. HEX triplet: CC, 94 and AB. RGB value is (204,148,171). Sum of RGB (Red+Green+Blue) = 204+148+171=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 148 (58.20% from 255 or 28.30% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CC94AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC94AB is #336B54. Grayscale: #A7A7A7. Windows color (decimal): -3369813 or 11244748. OLE color: 11244748.

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

Color convert

RGB 204 148 171 -
CMYK 0 0.27 0.16 0.2
HSL 335.36º 0.35% 0.69% -
HSV(B) 335.36º 0.27% 0.8% -
XYZ 42.84 36.96 43.4 -
YUV 167.37 130.05 154.13 -
System Red Green Blue C M Y K H S L
Decimal 204 148 171 0 0.27 0.16 0.2 335.36 0.35 0.69
Hex CC 94 AB 0 1B 10 14 14F 23 45
Octal 314 224 253 0 33 20 24 517 43 105
Binary 11001100 10010100 10101011 0 11011 10000 10100 101001111 100011 1000101

Color Harmonies of #CC94AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC94AB

Black with #CC94AB

Text Example


Text Example

White with #CC94AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC94AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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