Html Css Color HEX #CC8BAD Lily

📋 copy color: '#CC8BAD'

red 204 ◦ green 139 ◦ blue 173

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

Shades of Lily #CC8BAD

Tints of Lily #CC8BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 33.53%

R = 39.53%
G = 26.94%
B = 33.53%

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

#CC8BAD (or 0xCC8BAD) is known color: Lily. HEX triplet: CC, 8B and AD. RGB value is (204,139,173). Sum of RGB (Red+Green+Blue) = 204+139+173=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 139 (54.69% from 255 or 26.94% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8BAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8BAD is #337452. Grayscale: #A2A2A2. Windows color (decimal): -3372115 or 11373516. OLE color: 11373516.

HSL color Cylindrical-coordinate representation of color #CC8BAD: hue angle of 328.62º 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 #CC8BAD is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 139 173 -
CMYK 0 0.32 0.15 0.2
HSL 328.62º 0.39% 0.67% -
HSV(B) 328.62º 0.32% 0.8% -
XYZ 41.68 34.32 43.96 -
YUV 162.31 134.03 157.74 -
System Red Green Blue C M Y K H S L
Decimal 204 139 173 0 0.32 0.15 0.2 328.62 0.39 0.67
Hex CC 8B AD 0 20 F 14 149 27 43
Octal 314 213 255 0 40 17 24 511 47 103
Binary 11001100 10001011 10101101 0 100000 1111 10100 101001001 100111 1000011

Color Harmonies of #CC8BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8BAD

Black with #CC8BAD

Text Example


Text Example

White with #CC8BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8BAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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