#C08BA4

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

Shades of Viola #C08BA4

Tints of Viola #C08BA4

Color information

#C08BA4 (or 0xC08BA4) is unknown color: approx Viola. HEX triplet: C0, 8B and A4. RGB value is (192,139,164). Sum of RGB (Red+Green+Blue) = 192+139+164=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 164 (64.45% from 255 or 33.13% from 495); Max value from RGB is 192 - color contains mainly: red. Hex color #C08BA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08BA4 is #3F745B. Grayscale: #9D9D9D. Windows color (decimal): -4158556 or 10783680. OLE color: 10783680.

HSL color Cylindrical-coordinate representation of color #C08BA4: hue angle of 331.7º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C08BA4 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB192139164-
CMYK00.280.150.25
HSL331.7º29.61%64.9%-
HSV(B)331.7º27.6%75.29%-
XYZ37.6732.3539.38-
YUV157.7131.56152.47-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.79%
GREEN value IS 139 (54.69% from 255) = 28.08%
BLUE value IS 164 (64.45% from 255) = 33.13%
R=38.79%
G=28.08%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213916400.280.150.25331.729.6164.9
HexC08BA401CF1914c1e41
Octal300213244034173151436101
Binary110000001000101110100100011100111111001101001100111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08BA4; }

 p { color: rgb(192,139,164); }

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

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

 a { background-color: rgb(192,139,164); }

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

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

 span { border-color: rgb(192,139,164); }

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