Html Css Color HEX #CB97B9 Lily

📋 copy color: '#CB97B9'

red 203 ◦ green 151 ◦ blue 185

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

Shades of Lily #CB97B9

Tints of Lily #CB97B9

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.01%

 BLUE value IS 185 (72.66% from 255) = 34.32%

R = 37.66%
G = 28.01%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CB97B9 (or 0xCB97B9) is known color: Lily. HEX triplet: CB, 97 and B9. RGB value is (203,151,185). Sum of RGB (Red+Green+Blue) = 203+151+185=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 151 (59.38% from 255 or 28.01% from 539); Blue value is 185 (72.66% from 255 or 34.32% from 539); Max value from RGB is 203 - color contains mainly: red. Hex color #CB97B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB97B9 is #346846. Grayscale: #AAAAAA. Windows color (decimal): -3434567 or 12163019. OLE color: 12163019.

HSL color Cylindrical-coordinate representation of color #CB97B9: hue angle of 320.77º degrees, saturation: 0.33, 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 #CB97B9 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 151 185 -
CMYK 0 0.26 0.09 0.20
HSL 320.77º 0.33% 0.69% -
HSV(B) 320.77º 0.26% 0.8% -
XYZ 44.45 38.33 50.95 -
YUV 170.42 136.23 151.24 -
System Red Green Blue C M Y K H S L
Decimal 203 151 185 0 0.26 0.09 0.20 320.77 0.33 0.69
Hex CB 97 B9 0 1A 9 14 141 21 45
Octal 313 227 271 0 32 11 24 501 41 105
Binary 11001011 10010111 10111001 0 11010 1001 10100 101000001 100001 1000101

Color Harmonies of #CB97B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB97B9

Black with #CB97B9

Text Example


Text Example

White with #CB97B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB97B9; }

 p { color: rgb(203,151,185); }

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

background-color css

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

 a { background-color: rgb(203,151,185); }

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

border-color css

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

 span { border-color: rgb(203,151,185); }

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