Html Css Color HEX #C296A7 Viola

📋 copy color: '#C296A7'

red 194 ◦ green 150 ◦ blue 167

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

Shades of Viola #C296A7

Tints of Viola #C296A7

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.35%

 BLUE value IS 167 (65.63% from 255) = 32.68%

R = 37.96%
G = 29.35%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C296A7 (or 0xC296A7) is known color: Viola. HEX triplet: C2, 96 and A7. RGB value is (194,150,167). Sum of RGB (Red+Green+Blue) = 194+150+167=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 150 (58.98% from 255 or 29.35% from 511); Blue value is 167 (65.62% from 255 or 32.68% from 511); Max value from RGB is 194 - color contains mainly: red. Hex color #C296A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C296A7 is #3D6958. Grayscale: #A5A5A5. Windows color (decimal): -4024665 or 10983106. OLE color: 10983106.

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

Color convert

RGB 194 150 167 -
CMYK 0 0.23 0.14 0.24
HSL 336.82º 0.27% 0.67% -
HSV(B) 336.82º 0.23% 0.76% -
XYZ 40.13 36.07 41.41 -
YUV 165.09 129.08 148.62 -
System Red Green Blue C M Y K H S L
Decimal 194 150 167 0 0.23 0.14 0.24 336.82 0.27 0.67
Hex C2 96 A7 0 17 E 18 151 1B 43
Octal 302 226 247 0 27 16 30 521 33 103
Binary 11000010 10010110 10100111 0 10111 1110 11000 101010001 11011 1000011

Color Harmonies of #C296A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C296A7

Black with #C296A7

Text Example


Text Example

White with #C296A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C296A7; }

 p { color: rgb(194,150,167); }

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

background-color css

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

 a { background-color: rgb(194,150,167); }

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

border-color css

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

 span { border-color: rgb(194,150,167); }

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