Html Css Color HEX #C096B8 Lily

📋 copy color: '#C096B8'

red 192 ◦ green 150 ◦ blue 184

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

Shades of Lily #C096B8

Tints of Lily #C096B8

RGB

 RED value IS 192 (75.39% from 255) = 36.5%

 GREEN value IS 150 (58.98% from 255) = 28.52%

 BLUE value IS 184 (72.27% from 255) = 34.98%

R = 36.5%
G = 28.52%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#C096B8 (or 0xC096B8) is known color: Lily. HEX triplet: C0, 96 and B8. RGB value is (192,150,184). Sum of RGB (Red+Green+Blue) = 192+150+184=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 184 (72.27% from 255 or 34.98% from 526); Max value from RGB is 192 - color contains mainly: red. Hex color #C096B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C096B8 is #3F6947. Grayscale: #A6A6A6. Windows color (decimal): -4155720 or 12097216. OLE color: 12097216.

HSL color Cylindrical-coordinate representation of color #C096B8: hue angle of 311.43º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C096B8 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 150 184 -
CMYK 0 0.22 0.04 0.25
HSL 311.43º 0.25% 0.67% -
HSV(B) 311.43º 0.22% 0.75% -
XYZ 41.3 36.48 50.21 -
YUV 166.43 137.91 146.24 -
System Red Green Blue C M Y K H S L
Decimal 192 150 184 0 0.22 0.04 0.25 311.43 0.25 0.67
Hex C0 96 B8 0 16 4 19 137 19 43
Octal 300 226 270 0 26 4 31 467 31 103
Binary 11000000 10010110 10111000 0 10110 100 11001 100110111 11001 1000011

Color Harmonies of #C096B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C096B8

Black with #C096B8

Text Example


Text Example

White with #C096B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C096B8; }

 p { color: rgb(192,150,184); }

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

background-color css

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

 a { background-color: rgb(192,150,184); }

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

border-color css

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

 span { border-color: rgb(192,150,184); }

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