Html Css Color HEX #CA8CBA Lily

📋 copy color: '#CA8CBA'

red 202 ◦ green 140 ◦ blue 186

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

Shades of Lily #CA8CBA

Tints of Lily #CA8CBA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.52%

 BLUE value IS 186 (73.05% from 255) = 35.23%

R = 38.26%
G = 26.52%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CA8CBA (or 0xCA8CBA) is known color: Lily. HEX triplet: CA, 8C and BA. RGB value is (202,140,186). Sum of RGB (Red+Green+Blue) = 202+140+186=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 140 (55.08% from 255 or 26.52% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8CBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8CBA is #357345. Grayscale: #A3A3A3. Windows color (decimal): -3502918 or 12225738. OLE color: 12225738.

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

Color convert

RGB 202 140 186 -
CMYK 0 0.31 0.08 0.21
HSL 315.48º 0.37% 0.67% -
HSV(B) 315.48º 0.31% 0.79% -
XYZ 42.6 34.86 50.94 -
YUV 163.78 140.54 155.26 -
System Red Green Blue C M Y K H S L
Decimal 202 140 186 0 0.31 0.08 0.21 315.48 0.37 0.67
Hex CA 8C BA 0 1F 8 15 13B 25 43
Octal 312 214 272 0 37 10 25 473 45 103
Binary 11001010 10001100 10111010 0 11111 1000 10101 100111011 100101 1000011

Color Harmonies of #CA8CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8CBA

Black with #CA8CBA

Text Example


Text Example

White with #CA8CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8CBA; }

 p { color: rgb(202,140,186); }

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

background-color css

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

 a { background-color: rgb(202,140,186); }

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

border-color css

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

 span { border-color: rgb(202,140,186); }

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