Html Css Color HEX #CA9DBB Lily

📋 copy color: '#CA9DBB'

red 202 ◦ green 157 ◦ blue 187

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

Shades of Lily #CA9DBB

Tints of Lily #CA9DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.25%

R = 37%
G = 28.75%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CA9DBB (or 0xCA9DBB) is known color: Lily. HEX triplet: CA, 9D and BB. RGB value is (202,157,187). Sum of RGB (Red+Green+Blue) = 202+157+187=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 157 (61.72% from 255 or 28.75% from 546); Blue value is 187 (73.44% from 255 or 34.25% from 546); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9DBB is #356244. Grayscale: #ADADAD. Windows color (decimal): -3498565 or 12295626. OLE color: 12295626.

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

Color convert

RGB 202 157 187 -
CMYK 0 0.22 0.07 0.21
HSL 320º 0.3% 0.7% -
HSV(B) 320º 0.22% 0.79% -
XYZ 45.38 40.26 52.39 -
YUV 173.88 135.41 148.06 -
System Red Green Blue C M Y K H S L
Decimal 202 157 187 0 0.22 0.07 0.21 320 0.3 0.7
Hex CA 9D BB 0 16 7 15 140 1E 46
Octal 312 235 273 0 26 7 25 500 36 106
Binary 11001010 10011101 10111011 0 10110 111 10101 101000000 11110 1000110

Color Harmonies of #CA9DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9DBB

Black with #CA9DBB

Text Example


Text Example

White with #CA9DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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