Html Css Color HEX #CA92BB Lily

📋 copy color: '#CA92BB'

red 202 ◦ green 146 ◦ blue 187

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

Shades of Lily #CA92BB

Tints of Lily #CA92BB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.29%

 BLUE value IS 187 (73.44% from 255) = 34.95%

R = 37.76%
G = 27.29%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CA92BB (or 0xCA92BB) is known color: Lily. HEX triplet: CA, 92 and BB. RGB value is (202,146,187). Sum of RGB (Red+Green+Blue) = 202+146+187=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 146 (57.42% from 255 or 27.29% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 202 - color contains mainly: red. Hex color #CA92BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA92BB is #356D44. Grayscale: #A7A7A7. Windows color (decimal): -3501381 or 12292810. OLE color: 12292810.

HSL color Cylindrical-coordinate representation of color #CA92BB: hue angle of 316.07º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CA92BB is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 146 187 -
CMYK 0 0.28 0.07 0.21
HSL 316.07º 0.35% 0.68% -
HSV(B) 316.07º 0.28% 0.79% -
XYZ 43.61 36.7 51.8 -
YUV 167.42 139.05 152.67 -
System Red Green Blue C M Y K H S L
Decimal 202 146 187 0 0.28 0.07 0.21 316.07 0.35 0.68
Hex CA 92 BB 0 1C 7 15 13C 23 44
Octal 312 222 273 0 34 7 25 474 43 104
Binary 11001010 10010010 10111011 0 11100 111 10101 100111100 100011 1000100

Color Harmonies of #CA92BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA92BB

Black with #CA92BB

Text Example


Text Example

White with #CA92BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA92BB; }

 p { color: rgb(202,146,187); }

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

background-color css

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

 a { background-color: rgb(202,146,187); }

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

border-color css

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

 span { border-color: rgb(202,146,187); }

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