Html Css Color HEX #CC8BAB Lily

📋 copy color: '#CC8BAB'

red 204 ◦ green 139 ◦ blue 171

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

Shades of Lily #CC8BAB

Tints of Lily #CC8BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.27%

R = 39.69%
G = 27.04%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC8BAB (or 0xCC8BAB) is known color: Lily. HEX triplet: CC, 8B and AB. RGB value is (204,139,171). Sum of RGB (Red+Green+Blue) = 204+139+171=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 139 (54.69% from 255 or 27.04% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8BAB is #337454. Grayscale: #A2A2A2. Windows color (decimal): -3372117 or 11242444. OLE color: 11242444.

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

Color convert

RGB 204 139 171 -
CMYK 0 0.32 0.16 0.2
HSL 330.46º 0.39% 0.67% -
HSV(B) 330.46º 0.32% 0.8% -
XYZ 41.49 34.24 42.95 -
YUV 162.08 133.03 157.9 -
System Red Green Blue C M Y K H S L
Decimal 204 139 171 0 0.32 0.16 0.2 330.46 0.39 0.67
Hex CC 8B AB 0 20 10 14 14A 27 43
Octal 314 213 253 0 40 20 24 512 47 103
Binary 11001100 10001011 10101011 0 100000 10000 10100 101001010 100111 1000011

Color Harmonies of #CC8BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8BAB

Black with #CC8BAB

Text Example


Text Example

White with #CC8BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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