Html Css Color HEX #CBA1BC Lily

📋 copy color: '#CBA1BC'

red 203 ◦ green 161 ◦ blue 188

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

Shades of Lily #CBA1BC

Tints of Lily #CBA1BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.06%

R = 36.78%
G = 29.17%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#CBA1BC (or 0xCBA1BC) is known color: Lily. HEX triplet: CB, A1 and BC. RGB value is (203,161,188). Sum of RGB (Red+Green+Blue) = 203+161+188=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 161 (63.28% from 255 or 29.17% from 552); Blue value is 188 (73.83% from 255 or 34.06% from 552); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA1BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA1BC is #345E43. Grayscale: #B0B0B0. Windows color (decimal): -3432004 or 12362187. OLE color: 12362187.

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

Color convert

RGB 203 161 188 -
CMYK 0 0.21 0.07 0.20
HSL 321.43º 0.29% 0.71% -
HSV(B) 321.43º 0.21% 0.8% -
XYZ 46.45 41.82 53.2 -
YUV 176.64 134.41 146.8 -
System Red Green Blue C M Y K H S L
Decimal 203 161 188 0 0.21 0.07 0.20 321.43 0.29 0.71
Hex CB A1 BC 0 15 7 14 141 1D 47
Octal 313 241 274 0 25 7 24 501 35 107
Binary 11001011 10100001 10111100 0 10101 111 10100 101000001 11101 1000111

Color Harmonies of #CBA1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA1BC

Black with #CBA1BC

Text Example


Text Example

White with #CBA1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA1BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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