Html Css Color HEX #CBA1B0 Lily

📋 copy color: '#CBA1B0'

red 203 ◦ green 161 ◦ blue 176

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

Shades of Lily #CBA1B0

Tints of Lily #CBA1B0

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.81%

 BLUE value IS 176 (69.14% from 255) = 32.59%

R = 37.59%
G = 29.81%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#CBA1B0 (or 0xCBA1B0) is known color: Lily. HEX triplet: CB, A1 and B0. RGB value is (203,161,176). Sum of RGB (Red+Green+Blue) = 203+161+176=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 161 (63.28% from 255 or 29.81% from 540); Blue value is 176 (69.14% from 255 or 32.59% from 540); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA1B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA1B0 is #345E4F. Grayscale: #AFAFAF. Windows color (decimal): -3432016 or 11575755. OLE color: 11575755.

HSL color Cylindrical-coordinate representation of color #CBA1B0: hue angle of 338.57º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBA1B0 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 161 176 -
CMYK 0 0.21 0.13 0.20
HSL 338.57º 0.29% 0.71% -
HSV(B) 338.57º 0.21% 0.8% -
XYZ 45.21 41.32 46.67 -
YUV 175.27 128.41 147.78 -
System Red Green Blue C M Y K H S L
Decimal 203 161 176 0 0.21 0.13 0.20 338.57 0.29 0.71
Hex CB A1 B0 0 15 D 14 153 1D 47
Octal 313 241 260 0 25 15 24 523 35 107
Binary 11001011 10100001 10110000 0 10101 1101 10100 101010011 11101 1000111

Color Harmonies of #CBA1B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA1B0

Black with #CBA1B0

Text Example


Text Example

White with #CBA1B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA1B0; }

 p { color: rgb(203,161,176); }

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

background-color css

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

 a { background-color: rgb(203,161,176); }

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

border-color css

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

 span { border-color: rgb(203,161,176); }

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