Html Css Color HEX #CBACB8 Lily

📋 copy color: '#CBACB8'

red 203 ◦ green 172 ◦ blue 184

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

Shades of Lily #CBACB8

Tints of Lily #CBACB8

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.77%

 BLUE value IS 184 (72.27% from 255) = 32.92%

R = 36.31%
G = 30.77%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CBACB8 (or 0xCBACB8) is known color: Lily. HEX triplet: CB, AC and B8. RGB value is (203,172,184). Sum of RGB (Red+Green+Blue) = 203+172+184=559 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.31% from 559); Green value is 172 (67.58% from 255 or 30.77% from 559); Blue value is 184 (72.27% from 255 or 32.92% from 559); Max value from RGB is 203 - color contains mainly: red. Hex color #CBACB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBACB8 is #345347. Grayscale: #B6B6B6. Windows color (decimal): -3429192 or 12102859. OLE color: 12102859.

HSL color Cylindrical-coordinate representation of color #CBACB8: hue angle of 336.77º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBACB8 is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 172 184 -
CMYK 0 0.15 0.09 0.20
HSL 336.77º 0.23% 0.74% -
HSV(B) 336.77º 0.15% 0.8% -
XYZ 48.03 45.66 51.63 -
YUV 182.64 128.77 142.52 -
System Red Green Blue C M Y K H S L
Decimal 203 172 184 0 0.15 0.09 0.20 336.77 0.23 0.74
Hex CB AC B8 0 F 9 14 151 17 4A
Octal 313 254 270 0 17 11 24 521 27 112
Binary 11001011 10101100 10111000 0 1111 1001 10100 101010001 10111 1001010

Color Harmonies of #CBACB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBACB8

Black with #CBACB8

Text Example


Text Example

White with #CBACB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBACB8; }

 p { color: rgb(203,172,184); }

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

background-color css

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

 a { background-color: rgb(203,172,184); }

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

border-color css

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

 span { border-color: rgb(203,172,184); }

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