Html Css Color HEX #CB97BC Lily

📋 copy color: '#CB97BC'

red 203 ◦ green 151 ◦ blue 188

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

Shades of Lily #CB97BC

Tints of Lily #CB97BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.69%

R = 37.45%
G = 27.86%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#CB97BC (or 0xCB97BC) is known color: Lily. HEX triplet: CB, 97 and BC. RGB value is (203,151,188). Sum of RGB (Red+Green+Blue) = 203+151+188=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 151 (59.38% from 255 or 27.86% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 203 - color contains mainly: red. Hex color #CB97BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB97BC is #346843. Grayscale: #AAAAAA. Windows color (decimal): -3434564 or 12359627. OLE color: 12359627.

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

Color convert

RGB 203 151 188 -
CMYK 0 0.26 0.07 0.20
HSL 317.31º 0.33% 0.69% -
HSV(B) 317.31º 0.26% 0.8% -
XYZ 44.77 38.46 52.64 -
YUV 170.77 137.73 150.99 -
System Red Green Blue C M Y K H S L
Decimal 203 151 188 0 0.26 0.07 0.20 317.31 0.33 0.69
Hex CB 97 BC 0 1A 7 14 13D 21 45
Octal 313 227 274 0 32 7 24 475 41 105
Binary 11001011 10010111 10111100 0 11010 111 10100 100111101 100001 1000101

Color Harmonies of #CB97BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB97BC

Black with #CB97BC

Text Example


Text Example

White with #CB97BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB97BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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