Html Css Color HEX #C896AA Viola

📋 copy color: '#C896AA'

red 200 ◦ green 150 ◦ blue 170

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

Shades of Viola #C896AA

Tints of Viola #C896AA

RGB

 RED value IS 200 (78.52% from 255) = 38.46%

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

 BLUE value IS 170 (66.8% from 255) = 32.69%

R = 38.46%
G = 28.85%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C896AA (or 0xC896AA) is known color: Viola. HEX triplet: C8, 96 and AA. RGB value is (200,150,170). Sum of RGB (Red+Green+Blue) = 200+150+170=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 150 (58.98% from 255 or 28.85% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 200 - color contains mainly: red. Hex color #C896AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C896AA is #376955. Grayscale: #A7A7A7. Windows color (decimal): -3631446 or 11179720. OLE color: 11179720.

HSL color Cylindrical-coordinate representation of color #C896AA: hue angle of 336º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C896AA is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 150 170 -
CMYK 0 0.25 0.15 0.22
HSL 336º 0.31% 0.69% -
HSV(B) 336º 0.25% 0.78% -
XYZ 41.98 36.99 42.96 -
YUV 167.23 129.57 151.37 -
System Red Green Blue C M Y K H S L
Decimal 200 150 170 0 0.25 0.15 0.22 336 0.31 0.69
Hex C8 96 AA 0 19 F 16 150 1F 45
Octal 310 226 252 0 31 17 26 520 37 105
Binary 11001000 10010110 10101010 0 11001 1111 10110 101010000 11111 1000101

Color Harmonies of #C896AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C896AA

Black with #C896AA

Text Example


Text Example

White with #C896AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C896AA; }

 p { color: rgb(200,150,170); }

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

background-color css

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

 a { background-color: rgb(200,150,170); }

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

border-color css

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

 span { border-color: rgb(200,150,170); }

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