Html Css Color HEX #C099B7 Lily

📋 copy color: '#C099B7'

red 192 ◦ green 153 ◦ blue 183

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

Shades of Lily #C099B7

Tints of Lily #C099B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 34.66%

R = 36.36%
G = 28.98%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#C099B7 (or 0xC099B7) is known color: Lily. HEX triplet: C0, 99 and B7. RGB value is (192,153,183). Sum of RGB (Red+Green+Blue) = 192+153+183=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 153 (60.16% from 255 or 28.98% from 528); Blue value is 183 (71.88% from 255 or 34.66% from 528); Max value from RGB is 192 - color contains mainly: red. Hex color #C099B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C099B7 is #3F6648. Grayscale: #A8A8A8. Windows color (decimal): -4154953 or 12032448. OLE color: 12032448.

HSL color Cylindrical-coordinate representation of color #C099B7: hue angle of 313.85º 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 #C099B7 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 153 183 -
CMYK 0 0.20 0.05 0.25
HSL 313.85º 0.24% 0.68% -
HSV(B) 313.85º 0.2% 0.75% -
XYZ 41.68 37.41 49.82 -
YUV 168.08 136.42 145.06 -
System Red Green Blue C M Y K H S L
Decimal 192 153 183 0 0.20 0.05 0.25 313.85 0.24 0.68
Hex C0 99 B7 0 14 5 19 13A 18 44
Octal 300 231 267 0 24 5 31 472 30 104
Binary 11000000 10011001 10110111 0 10100 101 11001 100111010 11000 1000100

Color Harmonies of #C099B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C099B7

Black with #C099B7

Text Example


Text Example

White with #C099B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C099B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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