Html Css Color HEX #CA9CBD Lily

📋 copy color: '#CA9CBD'

red 202 ◦ green 156 ◦ blue 189

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

Shades of Lily #CA9CBD

Tints of Lily #CA9CBD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.52%

 BLUE value IS 189 (74.22% from 255) = 34.55%

R = 36.93%
G = 28.52%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#CA9CBD (or 0xCA9CBD) is known color: Lily. HEX triplet: CA, 9C and BD. RGB value is (202,156,189). Sum of RGB (Red+Green+Blue) = 202+156+189=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 156 (61.33% from 255 or 28.52% from 547); Blue value is 189 (74.22% from 255 or 34.55% from 547); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9CBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9CBD is #356342. Grayscale: #ADADAD. Windows color (decimal): -3498819 or 12426442. OLE color: 12426442.

HSL color Cylindrical-coordinate representation of color #CA9CBD: hue angle of 316.96º degrees, saturation: 0.3, 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 #CA9CBD is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 156 189 -
CMYK 0 0.23 0.06 0.21
HSL 316.96º 0.3% 0.7% -
HSV(B) 316.96º 0.23% 0.79% -
XYZ 45.43 40.01 53.47 -
YUV 173.52 136.74 148.32 -
System Red Green Blue C M Y K H S L
Decimal 202 156 189 0 0.23 0.06 0.21 316.96 0.3 0.7
Hex CA 9C BD 0 17 6 15 13D 1E 46
Octal 312 234 275 0 27 6 25 475 36 106
Binary 11001010 10011100 10111101 0 10111 110 10101 100111101 11110 1000110

Color Harmonies of #CA9CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9CBD

Black with #CA9CBD

Text Example


Text Example

White with #CA9CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9CBD; }

 p { color: rgb(202,156,189); }

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

background-color css

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

 a { background-color: rgb(202,156,189); }

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

border-color css

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

 span { border-color: rgb(202,156,189); }

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