Html Css Color HEX #C099B4 Lily

📋 copy color: '#C099B4'

red 192 ◦ green 153 ◦ blue 180

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

Shades of Lily #C099B4

Tints of Lily #C099B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.29%

R = 36.57%
G = 29.14%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#C099B4 (or 0xC099B4) is known color: Lily. HEX triplet: C0, 99 and B4. RGB value is (192,153,180). Sum of RGB (Red+Green+Blue) = 192+153+180=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 180 (70.70% from 255 or 34.29% from 525); Max value from RGB is 192 - color contains mainly: red. Hex color #C099B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C099B4 is #3F664B. Grayscale: #A7A7A7. Windows color (decimal): -4154956 or 11835840. OLE color: 11835840.

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

Color convert

RGB 192 153 180 -
CMYK 0 0.20 0.06 0.25
HSL 318.46º 0.24% 0.68% -
HSV(B) 318.46º 0.2% 0.75% -
XYZ 41.37 37.28 48.2 -
YUV 167.74 134.92 145.3 -
System Red Green Blue C M Y K H S L
Decimal 192 153 180 0 0.20 0.06 0.25 318.46 0.24 0.68
Hex C0 99 B4 0 14 6 19 13E 18 44
Octal 300 231 264 0 24 6 31 476 30 104
Binary 11000000 10011001 10110100 0 10100 110 11001 100111110 11000 1000100

Color Harmonies of #C099B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C099B4

Black with #C099B4

Text Example


Text Example

White with #C099B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C099B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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