Html Css Color HEX #C099B3 Lily

📋 copy color: '#C099B3'

red 192 ◦ green 153 ◦ blue 179

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

Shades of Lily #C099B3

Tints of Lily #C099B3

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.2%

 BLUE value IS 179 (70.31% from 255) = 34.16%

R = 36.64%
G = 29.2%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C099B3 (or 0xC099B3) is known color: Lily. HEX triplet: C0, 99 and B3. RGB value is (192,153,179). Sum of RGB (Red+Green+Blue) = 192+153+179=524 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.64% from 524); Green value is 153 (60.16% from 255 or 29.20% from 524); Blue value is 179 (70.31% from 255 or 34.16% from 524); Max value from RGB is 192 - color contains mainly: red. Hex color #C099B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C099B3 is #3F664C. Grayscale: #A7A7A7. Windows color (decimal): -4154957 or 11770304. OLE color: 11770304.

HSL color Cylindrical-coordinate representation of color #C099B3: hue angle of 320º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C099B3 is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 153 179 -
CMYK 0 0.20 0.07 0.25
HSL 320º 0.24% 0.68% -
HSV(B) 320º 0.2% 0.75% -
XYZ 41.27 37.24 47.66 -
YUV 167.63 134.42 145.39 -
System Red Green Blue C M Y K H S L
Decimal 192 153 179 0 0.20 0.07 0.25 320 0.24 0.68
Hex C0 99 B3 0 14 7 19 140 18 44
Octal 300 231 263 0 24 7 31 500 30 104
Binary 11000000 10011001 10110011 0 10100 111 11001 101000000 11000 1000100

Color Harmonies of #C099B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C099B3

Black with #C099B3

Text Example


Text Example

White with #C099B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C099B3; }

 p { color: rgb(192,153,179); }

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

background-color css

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

 a { background-color: rgb(192,153,179); }

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

border-color css

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

 span { border-color: rgb(192,153,179); }

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