Html Css Color HEX #CB96BE Lily

📋 copy color: '#CB96BE'

red 203 ◦ green 150 ◦ blue 190

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

Shades of Lily #CB96BE

Tints of Lily #CB96BE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.62%

 BLUE value IS 190 (74.61% from 255) = 34.99%

R = 37.38%
G = 27.62%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CB96BE (or 0xCB96BE) is known color: Lily. HEX triplet: CB, 96 and BE. RGB value is (203,150,190). Sum of RGB (Red+Green+Blue) = 203+150+190=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 150 (58.98% from 255 or 27.62% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 203 - color contains mainly: red. Hex color #CB96BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB96BE is #346941. Grayscale: #AAAAAA. Windows color (decimal): -3434818 or 12490443. OLE color: 12490443.

HSL color Cylindrical-coordinate representation of color #CB96BE: hue angle of 314.72º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CB96BE is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 150 190 -
CMYK 0 0.26 0.06 0.20
HSL 314.72º 0.34% 0.69% -
HSV(B) 314.72º 0.26% 0.8% -
XYZ 44.83 38.23 53.73 -
YUV 170.41 139.06 151.25 -
System Red Green Blue C M Y K H S L
Decimal 203 150 190 0 0.26 0.06 0.20 314.72 0.34 0.69
Hex CB 96 BE 0 1A 6 14 13B 22 45
Octal 313 226 276 0 32 6 24 473 42 105
Binary 11001011 10010110 10111110 0 11010 110 10100 100111011 100010 1000101

Color Harmonies of #CB96BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB96BE

Black with #CB96BE

Text Example


Text Example

White with #CB96BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB96BE; }

 p { color: rgb(203,150,190); }

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

background-color css

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

 a { background-color: rgb(203,150,190); }

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

border-color css

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

 span { border-color: rgb(203,150,190); }

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