Html Css Color HEX #CB92B3 Lily

📋 copy color: '#CB92B3'

red 203 ◦ green 146 ◦ blue 179

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

Shades of Lily #CB92B3

Tints of Lily #CB92B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 33.9%

R = 38.45%
G = 27.65%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#CB92B3 (or 0xCB92B3) is known color: Lily. HEX triplet: CB, 92 and B3. RGB value is (203,146,179). Sum of RGB (Red+Green+Blue) = 203+146+179=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 146 (57.42% from 255 or 27.65% from 528); Blue value is 179 (70.31% from 255 or 33.90% from 528); Max value from RGB is 203 - color contains mainly: red. Hex color #CB92B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB92B3 is #346D4C. Grayscale: #A6A6A6. Windows color (decimal): -3435853 or 11768523. OLE color: 11768523.

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

Color convert

RGB 203 146 179 -
CMYK 0 0.28 0.12 0.20
HSL 325.26º 0.35% 0.68% -
HSV(B) 325.26º 0.28% 0.8% -
XYZ 43.04 36.51 47.43 -
YUV 166.81 134.88 153.82 -
System Red Green Blue C M Y K H S L
Decimal 203 146 179 0 0.28 0.12 0.20 325.26 0.35 0.68
Hex CB 92 B3 0 1C C 14 145 23 44
Octal 313 222 263 0 34 14 24 505 43 104
Binary 11001011 10010010 10110011 0 11100 1100 10100 101000101 100011 1000100

Color Harmonies of #CB92B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB92B3

Black with #CB92B3

Text Example


Text Example

White with #CB92B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB92B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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