Html Css Color HEX #CBA2BB Lily

📋 copy color: '#CBA2BB'

red 203 ◦ green 162 ◦ blue 187

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

Shades of Lily #CBA2BB

Tints of Lily #CBA2BB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.35%

 BLUE value IS 187 (73.44% from 255) = 33.88%

R = 36.78%
G = 29.35%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CBA2BB (or 0xCBA2BB) is known color: Lily. HEX triplet: CB, A2 and BB. RGB value is (203,162,187). Sum of RGB (Red+Green+Blue) = 203+162+187=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 162 (63.67% from 255 or 29.35% from 552); Blue value is 187 (73.44% from 255 or 33.88% from 552); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA2BB is #345D44. Grayscale: #B1B1B1. Windows color (decimal): -3431749 or 12296907. OLE color: 12296907.

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

Color convert

RGB 203 162 187 -
CMYK 0 0.20 0.08 0.20
HSL 323.41º 0.28% 0.72% -
HSV(B) 323.41º 0.2% 0.8% -
XYZ 46.52 42.13 52.69 -
YUV 177.11 133.58 146.47 -
System Red Green Blue C M Y K H S L
Decimal 203 162 187 0 0.20 0.08 0.20 323.41 0.28 0.72
Hex CB A2 BB 0 14 8 14 143 1C 48
Octal 313 242 273 0 24 10 24 503 34 110
Binary 11001011 10100010 10111011 0 10100 1000 10100 101000011 11100 1001000

Color Harmonies of #CBA2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA2BB

Black with #CBA2BB

Text Example


Text Example

White with #CBA2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA2BB; }

 p { color: rgb(203,162,187); }

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

background-color css

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

 a { background-color: rgb(203,162,187); }

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

border-color css

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

 span { border-color: rgb(203,162,187); }

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