Html Css Color HEX #CC84AF Lily

📋 copy color: '#CC84AF'

red 204 ◦ green 132 ◦ blue 175

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

Shades of Lily #CC84AF

Tints of Lily #CC84AF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.83%

 BLUE value IS 175 (68.75% from 255) = 34.25%

R = 39.92%
G = 25.83%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CC84AF (or 0xCC84AF) is known color: Lily. HEX triplet: CC, 84 and AF. RGB value is (204,132,175). Sum of RGB (Red+Green+Blue) = 204+132+175=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 132 (51.95% from 255 or 25.83% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 204 - color contains mainly: red. Hex color #CC84AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC84AF is #337B50. Grayscale: #9E9E9E. Windows color (decimal): -3373905 or 11502796. OLE color: 11502796.

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

Color convert

RGB 204 132 175 -
CMYK 0 0.35 0.14 0.2
HSL 324.17º 0.41% 0.66% -
HSV(B) 324.17º 0.35% 0.8% -
XYZ 40.89 32.44 44.66 -
YUV 158.43 137.35 160.5 -
System Red Green Blue C M Y K H S L
Decimal 204 132 175 0 0.35 0.14 0.2 324.17 0.41 0.66
Hex CC 84 AF 0 23 E 14 144 29 42
Octal 314 204 257 0 43 16 24 504 51 102
Binary 11001100 10000100 10101111 0 100011 1110 10100 101000100 101001 1000010

Color Harmonies of #CC84AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC84AF

Black with #CC84AF

Text Example


Text Example

White with #CC84AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC84AF; }

 p { color: rgb(204,132,175); }

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

background-color css

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

 a { background-color: rgb(204,132,175); }

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

border-color css

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

 span { border-color: rgb(204,132,175); }

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