Html Css Color HEX #CAACB7 Lily

📋 copy color: '#CAACB7'

red 202 ◦ green 172 ◦ blue 183

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

Shades of Lily #CAACB7

Tints of Lily #CAACB7

RGB

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

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

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

R = 36.27%
G = 30.88%
B = 32.85%

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

#CAACB7 (or 0xCAACB7) is known color: Lily. HEX triplet: CA, AC and B7. RGB value is (202,172,183). Sum of RGB (Red+Green+Blue) = 202+172+183=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 172 (67.58% from 255 or 30.88% from 557); Blue value is 183 (71.88% from 255 or 32.85% from 557); Max value from RGB is 202 - color contains mainly: red. Hex color #CAACB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACB7 is #355348. Grayscale: #B6B6B6. Windows color (decimal): -3494729 or 12037322. OLE color: 12037322.

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

Color convert

RGB 202 172 183 -
CMYK 0 0.15 0.09 0.21
HSL 338º 0.22% 0.73% -
HSV(B) 338º 0.15% 0.79% -
XYZ 47.66 45.48 51.07 -
YUV 182.22 128.44 142.11 -
System Red Green Blue C M Y K H S L
Decimal 202 172 183 0 0.15 0.09 0.21 338 0.22 0.73
Hex CA AC B7 0 F 9 15 152 16 49
Octal 312 254 267 0 17 11 25 522 26 111
Binary 11001010 10101100 10110111 0 1111 1001 10101 101010010 10110 1001001

Color Harmonies of #CAACB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAACB7

Black with #CAACB7

Text Example


Text Example

White with #CAACB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAACB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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