Html Css Color HEX #C09CB4 Lily

📋 copy color: '#C09CB4'

red 192 ◦ green 156 ◦ blue 180

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

Shades of Lily #C09CB4

Tints of Lily #C09CB4

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.55%

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

R = 36.36%
G = 29.55%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#C09CB4 (or 0xC09CB4) is known color: Lily. HEX triplet: C0, 9C and B4. RGB value is (192,156,180). Sum of RGB (Red+Green+Blue) = 192+156+180=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 156 (61.33% from 255 or 29.55% from 528); Blue value is 180 (70.70% from 255 or 34.09% from 528); Max value from RGB is 192 - color contains mainly: red. Hex color #C09CB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09CB4 is #3F634B. Grayscale: #A9A9A9. Windows color (decimal): -4154188 or 11836608. OLE color: 11836608.

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

Color convert

RGB 192 156 180 -
CMYK 0 0.19 0.06 0.25
HSL 320º 0.22% 0.68% -
HSV(B) 320º 0.19% 0.75% -
XYZ 41.86 38.28 48.36 -
YUV 169.5 133.93 144.05 -
System Red Green Blue C M Y K H S L
Decimal 192 156 180 0 0.19 0.06 0.25 320 0.22 0.68
Hex C0 9C B4 0 13 6 19 140 16 44
Octal 300 234 264 0 23 6 31 500 26 104
Binary 11000000 10011100 10110100 0 10011 110 11001 101000000 10110 1000100

Color Harmonies of #C09CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09CB4

Black with #C09CB4

Text Example


Text Example

White with #C09CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09CB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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