Html Css Color HEX #CB90B6 Lily

📋 copy color: '#CB90B6'

red 203 ◦ green 144 ◦ blue 182

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

Shades of Lily #CB90B6

Tints of Lily #CB90B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 34.4%

R = 38.37%
G = 27.22%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#CB90B6 (or 0xCB90B6) is known color: Lily. HEX triplet: CB, 90 and B6. RGB value is (203,144,182). Sum of RGB (Red+Green+Blue) = 203+144+182=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 144 (56.64% from 255 or 27.22% from 529); Blue value is 182 (71.48% from 255 or 34.40% from 529); Max value from RGB is 203 - color contains mainly: red. Hex color #CB90B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB90B6 is #346F49. Grayscale: #A5A5A5. Windows color (decimal): -3436362 or 11964619. OLE color: 11964619.

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

Color convert

RGB 203 144 182 -
CMYK 0 0.29 0.10 0.20
HSL 321.36º 0.36% 0.68% -
HSV(B) 321.36º 0.29% 0.8% -
XYZ 43.05 36.02 48.94 -
YUV 165.97 137.05 154.41 -
System Red Green Blue C M Y K H S L
Decimal 203 144 182 0 0.29 0.10 0.20 321.36 0.36 0.68
Hex CB 90 B6 0 1D A 14 141 24 44
Octal 313 220 266 0 35 12 24 501 44 104
Binary 11001011 10010000 10110110 0 11101 1010 10100 101000001 100100 1000100

Color Harmonies of #CB90B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB90B6

Black with #CB90B6

Text Example


Text Example

White with #CB90B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB90B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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