Html Css Color HEX #CB94AD Lily

📋 copy color: '#CB94AD'

red 203 ◦ green 148 ◦ blue 173

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

Shades of Lily #CB94AD

Tints of Lily #CB94AD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.24%

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

R = 38.74%
G = 28.24%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CB94AD (or 0xCB94AD) is known color: Lily. HEX triplet: CB, 94 and AD. RGB value is (203,148,173). Sum of RGB (Red+Green+Blue) = 203+148+173=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 148 (58.20% from 255 or 28.24% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 203 - color contains mainly: red. Hex color #CB94AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB94AD is #346B52. Grayscale: #A7A7A7. Windows color (decimal): -3435347 or 11375819. OLE color: 11375819.

HSL color Cylindrical-coordinate representation of color #CB94AD: hue angle of 332.73º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CB94AD is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 148 173 -
CMYK 0 0.27 0.15 0.20
HSL 332.73º 0.35% 0.69% -
HSV(B) 332.73º 0.27% 0.8% -
XYZ 42.76 36.89 44.4 -
YUV 167.3 131.22 153.47 -
System Red Green Blue C M Y K H S L
Decimal 203 148 173 0 0.27 0.15 0.20 332.73 0.35 0.69
Hex CB 94 AD 0 1B F 14 14D 23 45
Octal 313 224 255 0 33 17 24 515 43 105
Binary 11001011 10010100 10101101 0 11011 1111 10100 101001101 100011 1000101

Color Harmonies of #CB94AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB94AD

Black with #CB94AD

Text Example


Text Example

White with #CB94AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB94AD; }

 p { color: rgb(203,148,173); }

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

background-color css

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

 a { background-color: rgb(203,148,173); }

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

border-color css

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

 span { border-color: rgb(203,148,173); }

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