Html Css Color HEX #CA9BAF Lily

📋 copy color: '#CA9BAF'

red 202 ◦ green 155 ◦ blue 175

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

Shades of Lily #CA9BAF

Tints of Lily #CA9BAF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.14%

 BLUE value IS 175 (68.75% from 255) = 32.89%

R = 37.97%
G = 29.14%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#CA9BAF (or 0xCA9BAF) is known color: Lily. HEX triplet: CA, 9B and AF. RGB value is (202,155,175). Sum of RGB (Red+Green+Blue) = 202+155+175=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 155 (60.94% from 255 or 29.14% from 532); Blue value is 175 (68.75% from 255 or 32.89% from 532); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9BAF is #356450. Grayscale: #ABABAB. Windows color (decimal): -3499089 or 11508682. OLE color: 11508682.

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

Color convert

RGB 202 155 175 -
CMYK 0 0.23 0.13 0.21
HSL 334.47º 0.31% 0.7% -
HSV(B) 334.47º 0.23% 0.79% -
XYZ 43.82 39.09 45.79 -
YUV 171.33 130.07 149.87 -
System Red Green Blue C M Y K H S L
Decimal 202 155 175 0 0.23 0.13 0.21 334.47 0.31 0.7
Hex CA 9B AF 0 17 D 15 14E 1F 46
Octal 312 233 257 0 27 15 25 516 37 106
Binary 11001010 10011011 10101111 0 10111 1101 10101 101001110 11111 1000110

Color Harmonies of #CA9BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9BAF

Black with #CA9BAF

Text Example


Text Example

White with #CA9BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9BAF; }

 p { color: rgb(202,155,175); }

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

background-color css

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

 a { background-color: rgb(202,155,175); }

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

border-color css

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

 span { border-color: rgb(202,155,175); }

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