Html Css Color HEX #CB90B8 Lily

📋 copy color: '#CB90B8'

red 203 ◦ green 144 ◦ blue 184

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

Shades of Lily #CB90B8

Tints of Lily #CB90B8

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.12%

 BLUE value IS 184 (72.27% from 255) = 34.65%

R = 38.23%
G = 27.12%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CB90B8 (or 0xCB90B8) is known color: Lily. HEX triplet: CB, 90 and B8. RGB value is (203,144,184). Sum of RGB (Red+Green+Blue) = 203+144+184=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 144 (56.64% from 255 or 27.12% from 531); Blue value is 184 (72.27% from 255 or 34.65% from 531); Max value from RGB is 203 - color contains mainly: red. Hex color #CB90B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB90B8 is #346F47. Grayscale: #A6A6A6. Windows color (decimal): -3436360 or 12095691. OLE color: 12095691.

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

Color convert

RGB 203 144 184 -
CMYK 0 0.29 0.09 0.20
HSL 319.32º 0.36% 0.68% -
HSV(B) 319.32º 0.29% 0.8% -
XYZ 43.25 36.1 50.04 -
YUV 166.2 138.05 154.25 -
System Red Green Blue C M Y K H S L
Decimal 203 144 184 0 0.29 0.09 0.20 319.32 0.36 0.68
Hex CB 90 B8 0 1D 9 14 13F 24 44
Octal 313 220 270 0 35 11 24 477 44 104
Binary 11001011 10010000 10111000 0 11101 1001 10100 100111111 100100 1000100

Color Harmonies of #CB90B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB90B8

Black with #CB90B8

Text Example


Text Example

White with #CB90B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB90B8; }

 p { color: rgb(203,144,184); }

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

background-color css

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

 a { background-color: rgb(203,144,184); }

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

border-color css

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

 span { border-color: rgb(203,144,184); }

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