Html Css Color HEX #CBA9B6 Lily

📋 copy color: '#CBA9B6'

red 203 ◦ green 169 ◦ blue 182

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

Shades of Lily #CBA9B6

Tints of Lily #CBA9B6

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.51%

 BLUE value IS 182 (71.48% from 255) = 32.85%

R = 36.64%
G = 30.51%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#CBA9B6 (or 0xCBA9B6) is known color: Lily. HEX triplet: CB, A9 and B6. RGB value is (203,169,182). Sum of RGB (Red+Green+Blue) = 203+169+182=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 169 (66.41% from 255 or 30.51% from 554); Blue value is 182 (71.48% from 255 or 32.85% from 554); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA9B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA9B6 is #345649. Grayscale: #B4B4B4. Windows color (decimal): -3429962 or 11971019. OLE color: 11971019.

HSL color Cylindrical-coordinate representation of color #CBA9B6: hue angle of 337.06º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBA9B6 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 169 182 -
CMYK 0 0.17 0.10 0.20
HSL 337.06º 0.25% 0.73% -
HSV(B) 337.06º 0.17% 0.8% -
XYZ 47.26 44.45 50.34 -
YUV 180.65 128.76 143.94 -
System Red Green Blue C M Y K H S L
Decimal 203 169 182 0 0.17 0.10 0.20 337.06 0.25 0.73
Hex CB A9 B6 0 11 A 14 151 19 49
Octal 313 251 266 0 21 12 24 521 31 111
Binary 11001011 10101001 10110110 0 10001 1010 10100 101010001 11001 1001001

Color Harmonies of #CBA9B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA9B6

Black with #CBA9B6

Text Example


Text Example

White with #CBA9B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA9B6; }

 p { color: rgb(203,169,182); }

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

background-color css

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

 a { background-color: rgb(203,169,182); }

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

border-color css

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

 span { border-color: rgb(203,169,182); }

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