Html Css Color HEX #CC7AB1 Lily

📋 copy color: '#CC7AB1'

red 204 ◦ green 122 ◦ blue 177

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

Shades of Lily #CC7AB1

Tints of Lily #CC7AB1

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.25%

 BLUE value IS 177 (69.53% from 255) = 35.19%

R = 40.56%
G = 24.25%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#CC7AB1 (or 0xCC7AB1) is known color: Lily. HEX triplet: CC, 7A and B1. RGB value is (204,122,177). Sum of RGB (Red+Green+Blue) = 204+122+177=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 122 (48.05% from 255 or 24.25% from 503); Blue value is 177 (69.53% from 255 or 35.19% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7AB1 is #33854E. Grayscale: #989898. Windows color (decimal): -3376463 or 11631308. OLE color: 11631308.

HSL color Cylindrical-coordinate representation of color #CC7AB1: hue angle of 319.76º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC7AB1 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 122 177 -
CMYK 0 0.40 0.13 0.2
HSL 319.76º 0.45% 0.64% -
HSV(B) 319.76º 0.4% 0.8% -
XYZ 39.8 29.93 45.27 -
YUV 152.79 141.67 164.53 -
System Red Green Blue C M Y K H S L
Decimal 204 122 177 0 0.40 0.13 0.2 319.76 0.45 0.64
Hex CC 7A B1 0 28 D 14 140 2D 40
Octal 314 172 261 0 50 15 24 500 55 100
Binary 11001100 1111010 10110001 0 101000 1101 10100 101000000 101101 1000000

Color Harmonies of #CC7AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7AB1

Black with #CC7AB1

Text Example


Text Example

White with #CC7AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7AB1; }

 p { color: rgb(204,122,177); }

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

background-color css

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

 a { background-color: rgb(204,122,177); }

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

border-color css

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

 span { border-color: rgb(204,122,177); }

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