Html Css Color HEX #CB92BE Lily

📋 copy color: '#CB92BE'

red 203 ◦ green 146 ◦ blue 190

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

Shades of Lily #CB92BE

Tints of Lily #CB92BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.25%

R = 37.66%
G = 27.09%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CB92BE (or 0xCB92BE) is known color: Lily. HEX triplet: CB, 92 and BE. RGB value is (203,146,190). Sum of RGB (Red+Green+Blue) = 203+146+190=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 146 (57.42% from 255 or 27.09% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 203 - color contains mainly: red. Hex color #CB92BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB92BE is #346D41. Grayscale: #A7A7A7. Windows color (decimal): -3435842 or 12489419. OLE color: 12489419.

HSL color Cylindrical-coordinate representation of color #CB92BE: hue angle of 313.68º 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 #CB92BE is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 146 190 -
CMYK 0 0.28 0.06 0.20
HSL 313.68º 0.35% 0.68% -
HSV(B) 313.68º 0.28% 0.8% -
XYZ 44.2 36.97 53.52 -
YUV 168.06 140.38 152.92 -
System Red Green Blue C M Y K H S L
Decimal 203 146 190 0 0.28 0.06 0.20 313.68 0.35 0.68
Hex CB 92 BE 0 1C 6 14 13A 23 44
Octal 313 222 276 0 34 6 24 472 43 104
Binary 11001011 10010010 10111110 0 11100 110 10100 100111010 100011 1000100

Color Harmonies of #CB92BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB92BE

Black with #CB92BE

Text Example


Text Example

White with #CB92BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB92BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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