Html Css Color HEX #CA9FBA Lily

📋 copy color: '#CA9FBA'

red 202 ◦ green 159 ◦ blue 186

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

Shades of Lily #CA9FBA

Tints of Lily #CA9FBA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.07%

 BLUE value IS 186 (73.05% from 255) = 34%

R = 36.93%
G = 29.07%
B = 34%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CA9FBA (or 0xCA9FBA) is known color: Lily. HEX triplet: CA, 9F and BA. RGB value is (202,159,186). Sum of RGB (Red+Green+Blue) = 202+159+186=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 159 (62.5% from 255 or 29.07% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9FBA is #356045. Grayscale: #AEAEAE. Windows color (decimal): -3498054 or 12230602. OLE color: 12230602.

HSL color Cylindrical-coordinate representation of color #CA9FBA: hue angle of 322.33º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CA9FBA is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 159 186 -
CMYK 0 0.21 0.08 0.21
HSL 322.33º 0.29% 0.71% -
HSV(B) 322.33º 0.21% 0.79% -
XYZ 45.62 40.9 51.94 -
YUV 174.94 134.25 147.3 -
System Red Green Blue C M Y K H S L
Decimal 202 159 186 0 0.21 0.08 0.21 322.33 0.29 0.71
Hex CA 9F BA 0 15 8 15 142 1D 47
Octal 312 237 272 0 25 10 25 502 35 107
Binary 11001010 10011111 10111010 0 10101 1000 10101 101000010 11101 1000111

Color Harmonies of #CA9FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9FBA

Black with #CA9FBA

Text Example


Text Example

White with #CA9FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9FBA; }

 p { color: rgb(202,159,186); }

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

background-color css

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

 a { background-color: rgb(202,159,186); }

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

border-color css

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

 span { border-color: rgb(202,159,186); }

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