Html Css Color HEX #CB91BA Lily

📋 copy color: '#CB91BA'

red 203 ◦ green 145 ◦ blue 186

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

Shades of Lily #CB91BA

Tints of Lily #CB91BA

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.15%

 BLUE value IS 186 (73.05% from 255) = 34.83%

R = 38.01%
G = 27.15%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CB91BA (or 0xCB91BA) is known color: Lily. HEX triplet: CB, 91 and BA. RGB value is (203,145,186). Sum of RGB (Red+Green+Blue) = 203+145+186=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 145 (57.03% from 255 or 27.15% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 203 - color contains mainly: red. Hex color #CB91BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB91BA is #346E45. Grayscale: #A6A6A6. Windows color (decimal): -3436102 or 12227019. OLE color: 12227019.

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

Color convert

RGB 203 145 186 -
CMYK 0 0.29 0.08 0.20
HSL 317.59º 0.36% 0.68% -
HSV(B) 317.59º 0.29% 0.8% -
XYZ 43.62 36.49 51.2 -
YUV 167.02 138.72 153.67 -
System Red Green Blue C M Y K H S L
Decimal 203 145 186 0 0.29 0.08 0.20 317.59 0.36 0.68
Hex CB 91 BA 0 1D 8 14 13E 24 44
Octal 313 221 272 0 35 10 24 476 44 104
Binary 11001011 10010001 10111010 0 11101 1000 10100 100111110 100100 1000100

Color Harmonies of #CB91BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB91BA

Black with #CB91BA

Text Example


Text Example

White with #CB91BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB91BA; }

 p { color: rgb(203,145,186); }

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

background-color css

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

 a { background-color: rgb(203,145,186); }

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

border-color css

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

 span { border-color: rgb(203,145,186); }

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