Html Css Color HEX #CBA8B9 Lily

📋 copy color: '#CBA8B9'

red 203 ◦ green 168 ◦ blue 185

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

Shades of Lily #CBA8B9

Tints of Lily #CBA8B9

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.22%

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

R = 36.51%
G = 30.22%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CBA8B9 (or 0xCBA8B9) is known color: Lily. HEX triplet: CB, A8 and B9. RGB value is (203,168,185). Sum of RGB (Red+Green+Blue) = 203+168+185=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 168 (66.02% from 255 or 30.22% from 556); Blue value is 185 (72.66% from 255 or 33.27% from 556); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA8B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA8B9 is #345746. Grayscale: #B4B4B4. Windows color (decimal): -3430215 or 12167371. OLE color: 12167371.

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

Color convert

RGB 203 168 185 -
CMYK 0 0.17 0.09 0.20
HSL 330.86º 0.25% 0.73% -
HSV(B) 330.86º 0.17% 0.8% -
XYZ 47.39 44.2 51.93 -
YUV 180.4 130.6 144.12 -
System Red Green Blue C M Y K H S L
Decimal 203 168 185 0 0.17 0.09 0.20 330.86 0.25 0.73
Hex CB A8 B9 0 11 9 14 14B 19 49
Octal 313 250 271 0 21 11 24 513 31 111
Binary 11001011 10101000 10111001 0 10001 1001 10100 101001011 11001 1001001

Color Harmonies of #CBA8B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA8B9

Black with #CBA8B9

Text Example


Text Example

White with #CBA8B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA8B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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