Html Css Color HEX #CC8CAE Lily

📋 copy color: '#CC8CAE'

red 204 ◦ green 140 ◦ blue 174

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

Shades of Lily #CC8CAE

Tints of Lily #CC8CAE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.03%

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

R = 39.38%
G = 27.03%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#CC8CAE (or 0xCC8CAE) is known color: Lily. HEX triplet: CC, 8C and AE. RGB value is (204,140,174). Sum of RGB (Red+Green+Blue) = 204+140+174=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 140 (55.08% from 255 or 27.03% from 518); Blue value is 174 (68.36% from 255 or 33.59% from 518); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8CAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8CAE is #337351. Grayscale: #A2A2A2. Windows color (decimal): -3371858 or 11439308. OLE color: 11439308.

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

Color convert

RGB 204 140 174 -
CMYK 0 0.31 0.15 0.2
HSL 328.13º 0.39% 0.67% -
HSV(B) 328.13º 0.31% 0.8% -
XYZ 41.92 34.65 44.52 -
YUV 163.01 134.2 157.24 -
System Red Green Blue C M Y K H S L
Decimal 204 140 174 0 0.31 0.15 0.2 328.13 0.39 0.67
Hex CC 8C AE 0 1F F 14 148 27 43
Octal 314 214 256 0 37 17 24 510 47 103
Binary 11001100 10001100 10101110 0 11111 1111 10100 101001000 100111 1000011

Color Harmonies of #CC8CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8CAE

Black with #CC8CAE

Text Example


Text Example

White with #CC8CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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