Html Css Color HEX #CB8AAC Lily

📋 copy color: '#CB8AAC'

red 203 ◦ green 138 ◦ blue 172

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

Shades of Lily #CB8AAC

Tints of Lily #CB8AAC

RGB

 RED value IS 203 (79.69% from 255) = 39.57%

 GREEN value IS 138 (54.3% from 255) = 26.9%

 BLUE value IS 172 (67.58% from 255) = 33.53%

R = 39.57%
G = 26.9%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CB8AAC (or 0xCB8AAC) is known color: Lily. HEX triplet: CB, 8A and AC. RGB value is (203,138,172). Sum of RGB (Red+Green+Blue) = 203+138+172=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 138 (54.30% from 255 or 26.90% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8AAC is #347553. Grayscale: #A1A1A1. Windows color (decimal): -3437908 or 11307723. OLE color: 11307723.

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

Color convert

RGB 203 138 172 -
CMYK 0 0.32 0.15 0.20
HSL 328.62º 0.38% 0.67% -
HSV(B) 328.62º 0.32% 0.8% -
XYZ 41.16 33.85 43.39 -
YUV 161.31 134.03 157.74 -
System Red Green Blue C M Y K H S L
Decimal 203 138 172 0 0.32 0.15 0.20 328.62 0.38 0.67
Hex CB 8A AC 0 20 F 14 149 26 43
Octal 313 212 254 0 40 17 24 511 46 103
Binary 11001011 10001010 10101100 0 100000 1111 10100 101001001 100110 1000011

Color Harmonies of #CB8AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8AAC

Black with #CB8AAC

Text Example


Text Example

White with #CB8AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8AAC; }

 p { color: rgb(203,138,172); }

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

background-color css

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

 a { background-color: rgb(203,138,172); }

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

border-color css

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

 span { border-color: rgb(203,138,172); }

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