Html Css Color HEX #CBA3B5 Lily

📋 copy color: '#CBA3B5'

red 203 ◦ green 163 ◦ blue 181

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

Shades of Lily #CBA3B5

Tints of Lily #CBA3B5

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.8%

 BLUE value IS 181 (71.09% from 255) = 33.09%

R = 37.11%
G = 29.8%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#CBA3B5 (or 0xCBA3B5) is known color: Lily. HEX triplet: CB, A3 and B5. RGB value is (203,163,181). Sum of RGB (Red+Green+Blue) = 203+163+181=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 163 (64.06% from 255 or 29.80% from 547); Blue value is 181 (71.09% from 255 or 33.09% from 547); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA3B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA3B5 is #345C4A. Grayscale: #B0B0B0. Windows color (decimal): -3431499 or 11903947. OLE color: 11903947.

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

Color convert

RGB 203 163 181 -
CMYK 0 0.20 0.11 0.20
HSL 333º 0.28% 0.72% -
HSV(B) 333º 0.2% 0.8% -
XYZ 46.07 42.23 49.44 -
YUV 177.01 130.25 146.54 -
System Red Green Blue C M Y K H S L
Decimal 203 163 181 0 0.20 0.11 0.20 333 0.28 0.72
Hex CB A3 B5 0 14 B 14 14D 1C 48
Octal 313 243 265 0 24 13 24 515 34 110
Binary 11001011 10100011 10110101 0 10100 1011 10100 101001101 11100 1001000

Color Harmonies of #CBA3B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA3B5

Black with #CBA3B5

Text Example


Text Example

White with #CBA3B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA3B5; }

 p { color: rgb(203,163,181); }

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

background-color css

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

 a { background-color: rgb(203,163,181); }

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

border-color css

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

 span { border-color: rgb(203,163,181); }

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