Html Css Color HEX #CC87AF Lily

📋 copy color: '#CC87AF'

red 204 ◦ green 135 ◦ blue 175

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

Shades of Lily #CC87AF

Tints of Lily #CC87AF

RGB

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

 GREEN value IS 135 (53.13% from 255) = 26.26%

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

R = 39.69%
G = 26.26%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CC87AF (or 0xCC87AF) is known color: Lily. HEX triplet: CC, 87 and AF. RGB value is (204,135,175). Sum of RGB (Red+Green+Blue) = 204+135+175=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 135 (53.12% from 255 or 26.26% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 204 - color contains mainly: red. Hex color #CC87AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC87AF is #337850. Grayscale: #A0A0A0. Windows color (decimal): -3373137 or 11503564. OLE color: 11503564.

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

Color convert

RGB 204 135 175 -
CMYK 0 0.34 0.14 0.2
HSL 325.22º 0.4% 0.66% -
HSV(B) 325.22º 0.34% 0.8% -
XYZ 41.3 33.26 44.8 -
YUV 160.19 136.36 159.25 -
System Red Green Blue C M Y K H S L
Decimal 204 135 175 0 0.34 0.14 0.2 325.22 0.4 0.66
Hex CC 87 AF 0 22 E 14 145 28 42
Octal 314 207 257 0 42 16 24 505 50 102
Binary 11001100 10000111 10101111 0 100010 1110 10100 101000101 101000 1000010

Color Harmonies of #CC87AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC87AF

Black with #CC87AF

Text Example


Text Example

White with #CC87AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC87AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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