Html Css Color HEX #CBA6BA Lily

📋 copy color: '#CBA6BA'

red 203 ◦ green 166 ◦ blue 186

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

Shades of Lily #CBA6BA

Tints of Lily #CBA6BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.51%

R = 36.58%
G = 29.91%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CBA6BA (or 0xCBA6BA) is known color: Lily. HEX triplet: CB, A6 and BA. RGB value is (203,166,186). Sum of RGB (Red+Green+Blue) = 203+166+186=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 166 (65.23% from 255 or 29.91% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA6BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA6BA is #345945. Grayscale: #B3B3B3. Windows color (decimal): -3430726 or 12232395. OLE color: 12232395.

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

Color convert

RGB 203 166 186 -
CMYK 0 0.18 0.08 0.20
HSL 327.57º 0.26% 0.72% -
HSV(B) 327.57º 0.18% 0.8% -
XYZ 47.13 43.51 52.37 -
YUV 179.34 131.76 144.87 -
System Red Green Blue C M Y K H S L
Decimal 203 166 186 0 0.18 0.08 0.20 327.57 0.26 0.72
Hex CB A6 BA 0 12 8 14 148 1A 48
Octal 313 246 272 0 22 10 24 510 32 110
Binary 11001011 10100110 10111010 0 10010 1000 10100 101001000 11010 1001000

Color Harmonies of #CBA6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA6BA

Black with #CBA6BA

Text Example


Text Example

White with #CBA6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA6BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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