Html Css Color HEX #CA8AB6 Lily

📋 copy color: '#CA8AB6'

red 202 ◦ green 138 ◦ blue 182

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

Shades of Lily #CA8AB6

Tints of Lily #CA8AB6

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.44%

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

R = 38.7%
G = 26.44%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#CA8AB6 (or 0xCA8AB6) is known color: Lily. HEX triplet: CA, 8A and B6. RGB value is (202,138,182). Sum of RGB (Red+Green+Blue) = 202+138+182=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 138 (54.30% from 255 or 26.44% from 522); Blue value is 182 (71.48% from 255 or 34.87% from 522); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8AB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8AB6 is #357549. Grayscale: #A2A2A2. Windows color (decimal): -3503434 or 11963082. OLE color: 11963082.

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

Color convert

RGB 202 138 182 -
CMYK 0 0.32 0.10 0.21
HSL 318.75º 0.38% 0.67% -
HSV(B) 318.75º 0.32% 0.79% -
XYZ 41.89 34.11 48.63 -
YUV 162.15 139.2 156.42 -
System Red Green Blue C M Y K H S L
Decimal 202 138 182 0 0.32 0.10 0.21 318.75 0.38 0.67
Hex CA 8A B6 0 20 A 15 13F 26 43
Octal 312 212 266 0 40 12 25 477 46 103
Binary 11001010 10001010 10110110 0 100000 1010 10101 100111111 100110 1000011

Color Harmonies of #CA8AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8AB6

Black with #CA8AB6

Text Example


Text Example

White with #CA8AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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