Html Css Color HEX #C299A6 Viola

📋 copy color: '#C299A6'

red 194 ◦ green 153 ◦ blue 166

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

Shades of Viola #C299A6

Tints of Viola #C299A6

RGB

 RED value IS 194 (76.17% from 255) = 37.82%

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

 BLUE value IS 166 (65.23% from 255) = 32.36%

R = 37.82%
G = 29.82%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C299A6 (or 0xC299A6) is known color: Viola. HEX triplet: C2, 99 and A6. RGB value is (194,153,166). Sum of RGB (Red+Green+Blue) = 194+153+166=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 153 (60.16% from 255 or 29.82% from 513); Blue value is 166 (65.23% from 255 or 32.36% from 513); Max value from RGB is 194 - color contains mainly: red. Hex color #C299A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C299A6 is #3D6659. Grayscale: #A6A6A6. Windows color (decimal): -4023898 or 10918338. OLE color: 10918338.

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

Color convert

RGB 194 153 166 -
CMYK 0 0.21 0.14 0.24
HSL 340.98º 0.25% 0.68% -
HSV(B) 340.98º 0.21% 0.76% -
XYZ 40.52 37 41.08 -
YUV 166.74 127.58 147.44 -
System Red Green Blue C M Y K H S L
Decimal 194 153 166 0 0.21 0.14 0.24 340.98 0.25 0.68
Hex C2 99 A6 0 15 E 18 155 19 44
Octal 302 231 246 0 25 16 30 525 31 104
Binary 11000010 10011001 10100110 0 10101 1110 11000 101010101 11001 1000100

Color Harmonies of #C299A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C299A6

Black with #C299A6

Text Example


Text Example

White with #C299A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C299A6; }

 p { color: rgb(194,153,166); }

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

background-color css

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

 a { background-color: rgb(194,153,166); }

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

border-color css

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

 span { border-color: rgb(194,153,166); }

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