Html Css Color HEX #CAACB6 Lily

📋 copy color: '#CAACB6'

red 202 ◦ green 172 ◦ blue 182

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

Shades of Lily #CAACB6

Tints of Lily #CAACB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 32.73%

R = 36.33%
G = 30.94%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#CAACB6 (or 0xCAACB6) is known color: Lily. HEX triplet: CA, AC and B6. RGB value is (202,172,182). Sum of RGB (Red+Green+Blue) = 202+172+182=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 172 (67.58% from 255 or 30.94% from 556); Blue value is 182 (71.48% from 255 or 32.73% from 556); Max value from RGB is 202 - color contains mainly: red. Hex color #CAACB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACB6 is #355349. Grayscale: #B6B6B6. Windows color (decimal): -3494730 or 11971786. OLE color: 11971786.

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

Color convert

RGB 202 172 182 -
CMYK 0 0.15 0.10 0.21
HSL 340º 0.22% 0.73% -
HSV(B) 340º 0.15% 0.79% -
XYZ 47.55 45.44 50.52 -
YUV 182.11 127.94 142.19 -
System Red Green Blue C M Y K H S L
Decimal 202 172 182 0 0.15 0.10 0.21 340 0.22 0.73
Hex CA AC B6 0 F A 15 154 16 49
Octal 312 254 266 0 17 12 25 524 26 111
Binary 11001010 10101100 10110110 0 1111 1010 10101 101010100 10110 1001001

Color Harmonies of #CAACB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAACB6

Black with #CAACB6

Text Example


Text Example

White with #CAACB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAACB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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