Html Css Color HEX #CBA6B9 Lily

📋 copy color: '#CBA6B9'

red 203 ◦ green 166 ◦ blue 185

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

Shades of Lily #CBA6B9

Tints of Lily #CBA6B9

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.96%

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

R = 36.64%
G = 29.96%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CBA6B9 (or 0xCBA6B9) is known color: Lily. HEX triplet: CB, A6 and B9. RGB value is (203,166,185). Sum of RGB (Red+Green+Blue) = 203+166+185=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 166 (65.23% from 255 or 29.96% from 554); Blue value is 185 (72.66% from 255 or 33.39% from 554); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA6B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA6B9 is #345946. Grayscale: #B3B3B3. Windows color (decimal): -3430727 or 12166859. OLE color: 12166859.

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

Color convert

RGB 203 166 185 -
CMYK 0 0.18 0.09 0.20
HSL 329.19º 0.26% 0.72% -
HSV(B) 329.19º 0.18% 0.8% -
XYZ 47.02 43.47 51.81 -
YUV 179.23 131.26 144.96 -
System Red Green Blue C M Y K H S L
Decimal 203 166 185 0 0.18 0.09 0.20 329.19 0.26 0.72
Hex CB A6 B9 0 12 9 14 149 1A 48
Octal 313 246 271 0 22 11 24 511 32 110
Binary 11001011 10100110 10111001 0 10010 1001 10100 101001001 11010 1001000

Color Harmonies of #CBA6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA6B9

Black with #CBA6B9

Text Example


Text Example

White with #CBA6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA6B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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