Html Css Color HEX #C894A0 Viola

📋 copy color: '#C894A0'

red 200 ◦ green 148 ◦ blue 160

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

Shades of Viola #C894A0

Tints of Viola #C894A0

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.13%

 BLUE value IS 160 (62.89% from 255) = 31.5%

R = 39.37%
G = 29.13%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.2

 K value IS 0.22

RGB Variations

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

Color information

#C894A0 (or 0xC894A0) is known color: Viola. HEX triplet: C8, 94 and A0. RGB value is (200,148,160). Sum of RGB (Red+Green+Blue) = 200+148+160=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 148 (58.20% from 255 or 29.13% from 508); Blue value is 160 (62.89% from 255 or 31.50% from 508); Max value from RGB is 200 - color contains mainly: red. Hex color #C894A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C894A0 is #376B5F. Grayscale: #A4A4A4. Windows color (decimal): -3631968 or 10523848. OLE color: 10523848.

HSL color Cylindrical-coordinate representation of color #C894A0: hue angle of 346.15º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C894A0 is Cyan = 0, Magento = 0.26, Yellow = 0.2 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 148 160 -
CMYK 0 0.26 0.2 0.22
HSL 346.15º 0.32% 0.68% -
HSV(B) 346.15º 0.26% 0.78% -
XYZ 40.75 36 38.06 -
YUV 164.92 125.23 153.02 -
System Red Green Blue C M Y K H S L
Decimal 200 148 160 0 0.26 0.2 0.22 346.15 0.32 0.68
Hex C8 94 A0 0 1A 14 16 15A 20 44
Octal 310 224 240 0 32 24 26 532 40 104
Binary 11001000 10010100 10100000 0 11010 10100 10110 101011010 100000 1000100

Color Harmonies of #C894A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C894A0

Black with #C894A0

Text Example


Text Example

White with #C894A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C894A0; }

 p { color: rgb(200,148,160); }

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

background-color css

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

 a { background-color: rgb(200,148,160); }

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

border-color css

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

 span { border-color: rgb(200,148,160); }

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