Html Css Color HEX #CBA0B3 Lily

📋 copy color: '#CBA0B3'

red 203 ◦ green 160 ◦ blue 179

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

Shades of Lily #CBA0B3

Tints of Lily #CBA0B3

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.52%

 BLUE value IS 179 (70.31% from 255) = 33.03%

R = 37.45%
G = 29.52%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#CBA0B3 (or 0xCBA0B3) is known color: Lily. HEX triplet: CB, A0 and B3. RGB value is (203,160,179). Sum of RGB (Red+Green+Blue) = 203+160+179=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 160 (62.89% from 255 or 29.52% from 542); Blue value is 179 (70.31% from 255 or 33.03% from 542); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA0B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA0B3 is #345F4C. Grayscale: #AEAEAE. Windows color (decimal): -3432269 or 11772107. OLE color: 11772107.

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

Color convert

RGB 203 160 179 -
CMYK 0 0.21 0.12 0.20
HSL 333.49º 0.29% 0.71% -
HSV(B) 333.49º 0.21% 0.8% -
XYZ 45.34 41.09 48.19 -
YUV 175.02 130.25 147.96 -
System Red Green Blue C M Y K H S L
Decimal 203 160 179 0 0.21 0.12 0.20 333.49 0.29 0.71
Hex CB A0 B3 0 15 C 14 14D 1D 47
Octal 313 240 263 0 25 14 24 515 35 107
Binary 11001011 10100000 10110011 0 10101 1100 10100 101001101 11101 1000111

Color Harmonies of #CBA0B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA0B3

Black with #CBA0B3

Text Example


Text Example

White with #CBA0B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA0B3; }

 p { color: rgb(203,160,179); }

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

background-color css

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

 a { background-color: rgb(203,160,179); }

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

border-color css

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

 span { border-color: rgb(203,160,179); }

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