Html Css Color HEX #CA9FB0 Lily

📋 copy color: '#CA9FB0'

red 202 ◦ green 159 ◦ blue 176

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

Shades of Lily #CA9FB0

Tints of Lily #CA9FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.77%

R = 37.62%
G = 29.61%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#CA9FB0 (or 0xCA9FB0) is known color: Lily. HEX triplet: CA, 9F and B0. RGB value is (202,159,176). Sum of RGB (Red+Green+Blue) = 202+159+176=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 159 (62.5% from 255 or 29.61% from 537); Blue value is 176 (69.14% from 255 or 32.77% from 537); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9FB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9FB0 is #35604F. Grayscale: #ADADAD. Windows color (decimal): -3498064 or 11575242. OLE color: 11575242.

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

Color convert

RGB 202 159 176 -
CMYK 0 0.21 0.13 0.21
HSL 336.28º 0.29% 0.71% -
HSV(B) 336.28º 0.21% 0.79% -
XYZ 44.59 40.49 46.54 -
YUV 173.8 129.25 148.12 -
System Red Green Blue C M Y K H S L
Decimal 202 159 176 0 0.21 0.13 0.21 336.28 0.29 0.71
Hex CA 9F B0 0 15 D 15 150 1D 47
Octal 312 237 260 0 25 15 25 520 35 107
Binary 11001010 10011111 10110000 0 10101 1101 10101 101010000 11101 1000111

Color Harmonies of #CA9FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9FB0

Black with #CA9FB0

Text Example


Text Example

White with #CA9FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9FB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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