Html Css Color HEX #CB97B2 Lily

📋 copy color: '#CB97B2'

red 203 ◦ green 151 ◦ blue 178

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

Shades of Lily #CB97B2

Tints of Lily #CB97B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.46%

R = 38.16%
G = 28.38%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#CB97B2 (or 0xCB97B2) is known color: Lily. HEX triplet: CB, 97 and B2. RGB value is (203,151,178). Sum of RGB (Red+Green+Blue) = 203+151+178=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 151 (59.38% from 255 or 28.38% from 532); Blue value is 178 (69.92% from 255 or 33.46% from 532); Max value from RGB is 203 - color contains mainly: red. Hex color #CB97B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB97B2 is #34684D. Grayscale: #A9A9A9. Windows color (decimal): -3434574 or 11704267. OLE color: 11704267.

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

Color convert

RGB 203 151 178 -
CMYK 0 0.26 0.12 0.20
HSL 328.85º 0.33% 0.69% -
HSV(B) 328.85º 0.26% 0.8% -
XYZ 43.73 38.04 47.16 -
YUV 169.63 132.73 151.8 -
System Red Green Blue C M Y K H S L
Decimal 203 151 178 0 0.26 0.12 0.20 328.85 0.33 0.69
Hex CB 97 B2 0 1A C 14 149 21 45
Octal 313 227 262 0 32 14 24 511 41 105
Binary 11001011 10010111 10110010 0 11010 1100 10100 101001001 100001 1000101

Color Harmonies of #CB97B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB97B2

Black with #CB97B2

Text Example


Text Example

White with #CB97B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB97B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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