Html Css Color HEX #CA92BC Lily

📋 copy color: '#CA92BC'

red 202 ◦ green 146 ◦ blue 188

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

Shades of Lily #CA92BC

Tints of Lily #CA92BC

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.24%

 BLUE value IS 188 (73.83% from 255) = 35.07%

R = 37.69%
G = 27.24%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CA92BC (or 0xCA92BC) is known color: Lily. HEX triplet: CA, 92 and BC. RGB value is (202,146,188). Sum of RGB (Red+Green+Blue) = 202+146+188=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 146 (57.42% from 255 or 27.24% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 202 - color contains mainly: red. Hex color #CA92BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA92BC is #356D43. Grayscale: #A7A7A7. Windows color (decimal): -3501380 or 12358346. OLE color: 12358346.

HSL color Cylindrical-coordinate representation of color #CA92BC: hue angle of 315º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CA92BC is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 146 188 -
CMYK 0 0.28 0.07 0.21
HSL 315º 0.35% 0.68% -
HSV(B) 315º 0.28% 0.79% -
XYZ 43.71 36.75 52.37 -
YUV 167.53 139.55 152.58 -
System Red Green Blue C M Y K H S L
Decimal 202 146 188 0 0.28 0.07 0.21 315 0.35 0.68
Hex CA 92 BC 0 1C 7 15 13B 23 44
Octal 312 222 274 0 34 7 25 473 43 104
Binary 11001010 10010010 10111100 0 11100 111 10101 100111011 100011 1000100

Color Harmonies of #CA92BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA92BC

Black with #CA92BC

Text Example


Text Example

White with #CA92BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA92BC; }

 p { color: rgb(202,146,188); }

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

background-color css

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

 a { background-color: rgb(202,146,188); }

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

border-color css

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

 span { border-color: rgb(202,146,188); }

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