Html Css Color HEX #CBA2B9 Lily

📋 copy color: '#CBA2B9'

red 203 ◦ green 162 ◦ blue 185

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

Shades of Lily #CBA2B9

Tints of Lily #CBA2B9

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.45%

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

R = 36.91%
G = 29.45%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CBA2B9 (or 0xCBA2B9) is known color: Lily. HEX triplet: CB, A2 and B9. RGB value is (203,162,185). Sum of RGB (Red+Green+Blue) = 203+162+185=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 162 (63.67% from 255 or 29.45% from 550); Blue value is 185 (72.66% from 255 or 33.64% from 550); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA2B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA2B9 is #345D46. Grayscale: #B0B0B0. Windows color (decimal): -3431751 or 12165835. OLE color: 12165835.

HSL color Cylindrical-coordinate representation of color #CBA2B9: hue angle of 326.34º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBA2B9 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 162 185 -
CMYK 0 0.20 0.09 0.20
HSL 326.34º 0.28% 0.72% -
HSV(B) 326.34º 0.2% 0.8% -
XYZ 46.31 42.04 51.57 -
YUV 176.88 132.58 146.63 -
System Red Green Blue C M Y K H S L
Decimal 203 162 185 0 0.20 0.09 0.20 326.34 0.28 0.72
Hex CB A2 B9 0 14 9 14 146 1C 48
Octal 313 242 271 0 24 11 24 506 34 110
Binary 11001011 10100010 10111001 0 10100 1001 10100 101000110 11100 1001000

Color Harmonies of #CBA2B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA2B9

Black with #CBA2B9

Text Example


Text Example

White with #CBA2B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA2B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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