Html Css Color HEX #CA9AB3 Lily

📋 copy color: '#CA9AB3'

red 202 ◦ green 154 ◦ blue 179

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

Shades of Lily #CA9AB3

Tints of Lily #CA9AB3

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.79%

 BLUE value IS 179 (70.31% from 255) = 33.46%

R = 37.76%
G = 28.79%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#CA9AB3 (or 0xCA9AB3) is known color: Lily. HEX triplet: CA, 9A and B3. RGB value is (202,154,179). Sum of RGB (Red+Green+Blue) = 202+154+179=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 154 (60.55% from 255 or 28.79% from 535); Blue value is 179 (70.31% from 255 or 33.46% from 535); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9AB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9AB3 is #35654C. Grayscale: #ABABAB. Windows color (decimal): -3499341 or 11770570. OLE color: 11770570.

HSL color Cylindrical-coordinate representation of color #CA9AB3: hue angle of 328.75º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CA9AB3 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 154 179 -
CMYK 0 0.24 0.11 0.21
HSL 328.75º 0.31% 0.7% -
HSV(B) 328.75º 0.24% 0.79% -
XYZ 44.05 38.92 47.84 -
YUV 171.2 132.4 149.97 -
System Red Green Blue C M Y K H S L
Decimal 202 154 179 0 0.24 0.11 0.21 328.75 0.31 0.7
Hex CA 9A B3 0 18 B 15 149 1F 46
Octal 312 232 263 0 30 13 25 511 37 106
Binary 11001010 10011010 10110011 0 11000 1011 10101 101001001 11111 1000110

Color Harmonies of #CA9AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9AB3

Black with #CA9AB3

Text Example


Text Example

White with #CA9AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9AB3; }

 p { color: rgb(202,154,179); }

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

background-color css

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

 a { background-color: rgb(202,154,179); }

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

border-color css

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

 span { border-color: rgb(202,154,179); }

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