#C09BA5

Color #C09BA5 Viola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viola #C09BA5

Tints of Viola #C09BA5

Color information

#C09BA5 (or 0xC09BA5) is unknown color: approx Viola. HEX triplet: C0, 9B and A5. RGB value is (192,155,165). Sum of RGB (Red+Green+Blue) = 192+155+165=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 155 (60.94% from 255 or 30.27% from 512); Blue value is 165 (64.84% from 255 or 32.23% from 512); Max value from RGB is 192 - color contains mainly: red. Hex color #C09BA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09BA5 is #3F645A. Grayscale: #A7A7A7. Windows color (decimal): -4154459 or 10853312. OLE color: 10853312.

HSL color Cylindrical-coordinate representation of color #C09BA5: hue angle of 343.78º degrees, saturation: 0.23, 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 #C09BA5 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB192155165-
CMYK00.190.140.25
HSL343.78º22.7%68.04%-
HSV(B)343.78º19.27%75.29%-
XYZ40.2537.3740.69-
YUV167.2126.76145.69-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.5%
GREEN value IS 155 (60.94% from 255) = 30.27%
BLUE value IS 165 (64.84% from 255) = 32.23%
R=37.5%
G=30.27%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215516500.190.140.25343.7822.768.04
HexC09BA5013E191581744
Octal300233245023163153027104
Binary110000001001101110100101010011111011001101011000101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09BA5; }

 p { color: rgb(192,155,165); }

 H1.HeaderClassName
 {
   color: #C09BA5;
 }
 .AnyTagClassName
 {
   color: #C09BA5;
 }
</style>
background-color css

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

 a { background-color: rgb(192,155,165); }

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

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

 span { border-color: rgb(192,155,165); }

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