Html Css Color HEX #C892BA Lily

📋 copy color: '#C892BA'

red 200 ◦ green 146 ◦ blue 186

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

Shades of Lily #C892BA

Tints of Lily #C892BA

RGB

 RED value IS 200 (78.52% from 255) = 37.59%

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

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

R = 37.59%
G = 27.44%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C892BA (or 0xC892BA) is known color: Lily. HEX triplet: C8, 92 and BA. RGB value is (200,146,186). Sum of RGB (Red+Green+Blue) = 200+146+186=532 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.59% from 532); Green value is 146 (57.42% from 255 or 27.44% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 200 - color contains mainly: red. Hex color #C892BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C892BA is #376D45. Grayscale: #A6A6A6. Windows color (decimal): -3632454 or 12227272. OLE color: 12227272.

HSL color Cylindrical-coordinate representation of color #C892BA: hue angle of 315.56º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C892BA is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 146 186 -
CMYK 0 0.27 0.07 0.22
HSL 315.56º 0.33% 0.68% -
HSV(B) 315.56º 0.27% 0.78% -
XYZ 42.96 36.38 51.21 -
YUV 166.71 138.89 151.75 -
System Red Green Blue C M Y K H S L
Decimal 200 146 186 0 0.27 0.07 0.22 315.56 0.33 0.68
Hex C8 92 BA 0 1B 7 16 13C 21 44
Octal 310 222 272 0 33 7 26 474 41 104
Binary 11001000 10010010 10111010 0 11011 111 10110 100111100 100001 1000100

Color Harmonies of #C892BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C892BA

Black with #C892BA

Text Example


Text Example

White with #C892BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C892BA; }

 p { color: rgb(200,146,186); }

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

background-color css

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

 a { background-color: rgb(200,146,186); }

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

border-color css

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

 span { border-color: rgb(200,146,186); }

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