Html Css Color HEX #CBA8B7 Lily

📋 copy color: '#CBA8B7'

red 203 ◦ green 168 ◦ blue 183

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

Shades of Lily #CBA8B7

Tints of Lily #CBA8B7

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.32%

 BLUE value IS 183 (71.88% from 255) = 33.03%

R = 36.64%
G = 30.32%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#CBA8B7 (or 0xCBA8B7) is known color: Lily. HEX triplet: CB, A8 and B7. RGB value is (203,168,183). Sum of RGB (Red+Green+Blue) = 203+168+183=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 168 (66.02% from 255 or 30.32% from 554); Blue value is 183 (71.88% from 255 or 33.03% from 554); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA8B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA8B7 is #345748. Grayscale: #B4B4B4. Windows color (decimal): -3430217 or 12036299. OLE color: 12036299.

HSL color Cylindrical-coordinate representation of color #CBA8B7: hue angle of 334.29º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBA8B7 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 168 183 -
CMYK 0 0.17 0.10 0.20
HSL 334.29º 0.25% 0.73% -
HSV(B) 334.29º 0.17% 0.8% -
XYZ 47.18 44.12 50.83 -
YUV 180.18 129.6 144.28 -
System Red Green Blue C M Y K H S L
Decimal 203 168 183 0 0.17 0.10 0.20 334.29 0.25 0.73
Hex CB A8 B7 0 11 A 14 14E 19 49
Octal 313 250 267 0 21 12 24 516 31 111
Binary 11001011 10101000 10110111 0 10001 1010 10100 101001110 11001 1001001

Color Harmonies of #CBA8B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA8B7

Black with #CBA8B7

Text Example


Text Example

White with #CBA8B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA8B7; }

 p { color: rgb(203,168,183); }

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

background-color css

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

 a { background-color: rgb(203,168,183); }

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

border-color css

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

 span { border-color: rgb(203,168,183); }

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