Html Css Color HEX #CB92AD Lily

📋 copy color: '#CB92AD'

red 203 ◦ green 146 ◦ blue 173

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

Shades of Lily #CB92AD

Tints of Lily #CB92AD

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.97%

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

R = 38.89%
G = 27.97%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CB92AD (or 0xCB92AD) is known color: Lily. HEX triplet: CB, 92 and AD. RGB value is (203,146,173). Sum of RGB (Red+Green+Blue) = 203+146+173=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 146 (57.42% from 255 or 27.97% from 522); Blue value is 173 (67.97% from 255 or 33.14% from 522); Max value from RGB is 203 - color contains mainly: red. Hex color #CB92AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB92AD is #346D52. Grayscale: #A6A6A6. Windows color (decimal): -3435859 or 11375307. OLE color: 11375307.

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

Color convert

RGB 203 146 173 -
CMYK 0 0.28 0.15 0.20
HSL 331.58º 0.35% 0.68% -
HSV(B) 331.58º 0.28% 0.8% -
XYZ 42.45 36.27 44.3 -
YUV 166.12 131.88 154.3 -
System Red Green Blue C M Y K H S L
Decimal 203 146 173 0 0.28 0.15 0.20 331.58 0.35 0.68
Hex CB 92 AD 0 1C F 14 14C 23 44
Octal 313 222 255 0 34 17 24 514 43 104
Binary 11001011 10010010 10101101 0 11100 1111 10100 101001100 100011 1000100

Color Harmonies of #CB92AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB92AD

Black with #CB92AD

Text Example


Text Example

White with #CB92AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB92AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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