Html Css Color HEX #CB97AF Lily

📋 copy color: '#CB97AF'

red 203 ◦ green 151 ◦ blue 175

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

Shades of Lily #CB97AF

Tints of Lily #CB97AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.08%

R = 38.37%
G = 28.54%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#CB97AF (or 0xCB97AF) is known color: Lily. HEX triplet: CB, 97 and AF. RGB value is (203,151,175). Sum of RGB (Red+Green+Blue) = 203+151+175=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 151 (59.38% from 255 or 28.54% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 203 - color contains mainly: red. Hex color #CB97AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB97AF is #346850. Grayscale: #A9A9A9. Windows color (decimal): -3434577 or 11507659. OLE color: 11507659.

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

Color convert

RGB 203 151 175 -
CMYK 0 0.26 0.14 0.20
HSL 332.31º 0.33% 0.69% -
HSV(B) 332.31º 0.26% 0.8% -
XYZ 43.43 37.92 45.59 -
YUV 169.28 131.23 152.05 -
System Red Green Blue C M Y K H S L
Decimal 203 151 175 0 0.26 0.14 0.20 332.31 0.33 0.69
Hex CB 97 AF 0 1A E 14 14C 21 45
Octal 313 227 257 0 32 16 24 514 41 105
Binary 11001011 10010111 10101111 0 11010 1110 10100 101001100 100001 1000101

Color Harmonies of #CB97AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB97AF

Black with #CB97AF

Text Example


Text Example

White with #CB97AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB97AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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