Html Css Color HEX #CA9DB6 Lily

📋 copy color: '#CA9DB6'

red 202 ◦ green 157 ◦ blue 182

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

Shades of Lily #CA9DB6

Tints of Lily #CA9DB6

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.02%

 BLUE value IS 182 (71.48% from 255) = 33.64%

R = 37.34%
G = 29.02%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#CA9DB6 (or 0xCA9DB6) is known color: Lily. HEX triplet: CA, 9D and B6. RGB value is (202,157,182). Sum of RGB (Red+Green+Blue) = 202+157+182=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 157 (61.72% from 255 or 29.02% from 541); Blue value is 182 (71.48% from 255 or 33.64% from 541); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9DB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9DB6 is #356249. Grayscale: #ADADAD. Windows color (decimal): -3498570 or 11967946. OLE color: 11967946.

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

Color convert

RGB 202 157 182 -
CMYK 0 0.22 0.10 0.21
HSL 326.67º 0.3% 0.7% -
HSV(B) 326.67º 0.22% 0.79% -
XYZ 44.86 40.05 49.62 -
YUV 173.31 132.91 148.47 -
System Red Green Blue C M Y K H S L
Decimal 202 157 182 0 0.22 0.10 0.21 326.67 0.3 0.7
Hex CA 9D B6 0 16 A 15 147 1E 46
Octal 312 235 266 0 26 12 25 507 36 106
Binary 11001010 10011101 10110110 0 10110 1010 10101 101000111 11110 1000110

Color Harmonies of #CA9DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9DB6

Black with #CA9DB6

Text Example


Text Example

White with #CA9DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9DB6; }

 p { color: rgb(202,157,182); }

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

background-color css

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

 a { background-color: rgb(202,157,182); }

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

border-color css

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

 span { border-color: rgb(202,157,182); }

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