Html Css Color HEX #CB92B4 Lily

📋 copy color: '#CB92B4'

red 203 ◦ green 146 ◦ blue 180

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

Shades of Lily #CB92B4

Tints of Lily #CB92B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.03%

R = 38.37%
G = 27.6%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#CB92B4 (or 0xCB92B4) is known color: Lily. HEX triplet: CB, 92 and B4. RGB value is (203,146,180). Sum of RGB (Red+Green+Blue) = 203+146+180=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 146 (57.42% from 255 or 27.60% from 529); Blue value is 180 (70.70% from 255 or 34.03% from 529); Max value from RGB is 203 - color contains mainly: red. Hex color #CB92B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB92B4 is #346D4B. Grayscale: #A6A6A6. Windows color (decimal): -3435852 or 11834059. OLE color: 11834059.

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

Color convert

RGB 203 146 180 -
CMYK 0 0.28 0.11 0.20
HSL 324.21º 0.35% 0.68% -
HSV(B) 324.21º 0.28% 0.8% -
XYZ 43.15 36.55 47.96 -
YUV 166.92 135.38 153.74 -
System Red Green Blue C M Y K H S L
Decimal 203 146 180 0 0.28 0.11 0.20 324.21 0.35 0.68
Hex CB 92 B4 0 1C B 14 144 23 44
Octal 313 222 264 0 34 13 24 504 43 104
Binary 11001011 10010010 10110100 0 11100 1011 10100 101000100 100011 1000100

Color Harmonies of #CB92B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB92B4

Black with #CB92B4

Text Example


Text Example

White with #CB92B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB92B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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