#C2929B

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

Shades of Viola #C2929B

Tints of Viola #C2929B

Color information

#C2929B (or 0xC2929B) is unknown color: approx Viola. HEX triplet: C2, 92 and 9B. RGB value is (194,146,155). Sum of RGB (Red+Green+Blue) = 194+146+155=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 146 (57.42% from 255 or 29.49% from 495); Blue value is 155 (60.94% from 255 or 31.31% from 495); Max value from RGB is 194 - color contains mainly: red. Hex color #C2929B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2929B is #3D6D64. Grayscale: #A1A1A1. Windows color (decimal): -4025701 or 10195650. OLE color: 10195650.

HSL color Cylindrical-coordinate representation of color #C2929B: hue angle of 348.75º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C2929B is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB194146155-
CMYK00.250.200.24
HSL348.75º28.24%66.67%-
HSV(B)348.75º24.74%76.08%-
XYZ38.4434.3935.62-
YUV161.38124.4151.27-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.19%
GREEN value IS 146 (57.42% from 255) = 29.49%
BLUE value IS 155 (60.94% from 255) = 31.31%
R=39.19%
G=29.49%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414615500.250.200.24348.7528.2466.67
HexC2929B019141815d1c43
Octal302222233031243053534103
Binary1100001010010010100110110110011010011000101011101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2929B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2929B; }

 p { color: rgb(194,146,155); }

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

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

 a { background-color: rgb(194,146,155); }

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

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

 span { border-color: rgb(194,146,155); }

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