Html Css Color HEX #CC8BAE Lily

📋 copy color: '#CC8BAE'

red 204 ◦ green 139 ◦ blue 174

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

Shades of Lily #CC8BAE

Tints of Lily #CC8BAE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.89%

 BLUE value IS 174 (68.36% from 255) = 33.66%

R = 39.46%
G = 26.89%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#CC8BAE (or 0xCC8BAE) is known color: Lily. HEX triplet: CC, 8B and AE. RGB value is (204,139,174). Sum of RGB (Red+Green+Blue) = 204+139+174=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 139 (54.69% from 255 or 26.89% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8BAE is #337451. Grayscale: #A2A2A2. Windows color (decimal): -3372114 or 11439052. OLE color: 11439052.

HSL color Cylindrical-coordinate representation of color #CC8BAE: hue angle of 327.69º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CC8BAE is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 139 174 -
CMYK 0 0.32 0.15 0.2
HSL 327.69º 0.39% 0.67% -
HSV(B) 327.69º 0.32% 0.8% -
XYZ 41.77 34.36 44.47 -
YUV 162.43 134.53 157.65 -
System Red Green Blue C M Y K H S L
Decimal 204 139 174 0 0.32 0.15 0.2 327.69 0.39 0.67
Hex CC 8B AE 0 20 F 14 148 27 43
Octal 314 213 256 0 40 17 24 510 47 103
Binary 11001100 10001011 10101110 0 100000 1111 10100 101001000 100111 1000011

Color Harmonies of #CC8BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8BAE

Black with #CC8BAE

Text Example


Text Example

White with #CC8BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8BAE; }

 p { color: rgb(204,139,174); }

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

background-color css

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

 a { background-color: rgb(204,139,174); }

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

border-color css

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

 span { border-color: rgb(204,139,174); }

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