Html Css Color HEX #CAACB8 Lily

📋 copy color: '#CAACB8'

red 202 ◦ green 172 ◦ blue 184

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

Shades of Lily #CAACB8

Tints of Lily #CAACB8

RGB

 RED value IS 202 (79.3% from 255) = 36.2%

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

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

R = 36.2%
G = 30.82%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#CAACB8 (or 0xCAACB8) is known color: Lily. HEX triplet: CA, AC and B8. RGB value is (202,172,184). Sum of RGB (Red+Green+Blue) = 202+172+184=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 184 (72.27% from 255 or 32.97% from 558); Max value from RGB is 202 - color contains mainly: red. Hex color #CAACB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACB8 is #355347. Grayscale: #B6B6B6. Windows color (decimal): -3494728 or 12102858. OLE color: 12102858.

HSL color Cylindrical-coordinate representation of color #CAACB8: hue angle of 336º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAACB8 is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 172 184 -
CMYK 0 0.15 0.09 0.21
HSL 336º 0.22% 0.73% -
HSV(B) 336º 0.15% 0.79% -
XYZ 47.76 45.52 51.62 -
YUV 182.34 128.94 142.02 -
System Red Green Blue C M Y K H S L
Decimal 202 172 184 0 0.15 0.09 0.21 336 0.22 0.73
Hex CA AC B8 0 F 9 15 150 16 49
Octal 312 254 270 0 17 11 25 520 26 111
Binary 11001010 10101100 10111000 0 1111 1001 10101 101010000 10110 1001001

Color Harmonies of #CAACB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAACB8

Black with #CAACB8

Text Example


Text Example

White with #CAACB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAACB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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