Html Css Color HEX #C894A5 Viola

📋 copy color: '#C894A5'

red 200 ◦ green 148 ◦ blue 165

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

Shades of Viola #C894A5

Tints of Viola #C894A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 32.16%

R = 38.99%
G = 28.85%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#C894A5 (or 0xC894A5) is known color: Viola. HEX triplet: C8, 94 and A5. RGB value is (200,148,165). Sum of RGB (Red+Green+Blue) = 200+148+165=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 148 (58.20% from 255 or 28.85% from 513); Blue value is 165 (64.84% from 255 or 32.16% from 513); Max value from RGB is 200 - color contains mainly: red. Hex color #C894A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C894A5 is #376B5A. Grayscale: #A5A5A5. Windows color (decimal): -3631963 or 10851528. OLE color: 10851528.

HSL color Cylindrical-coordinate representation of color #C894A5: hue angle of 340.38º 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 #C894A5 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 148 165 -
CMYK 0 0.26 0.18 0.22
HSL 340.38º 0.32% 0.68% -
HSV(B) 340.38º 0.26% 0.78% -
XYZ 41.2 36.18 40.41 -
YUV 165.49 127.73 152.62 -
System Red Green Blue C M Y K H S L
Decimal 200 148 165 0 0.26 0.18 0.22 340.38 0.32 0.68
Hex C8 94 A5 0 1A 12 16 154 20 44
Octal 310 224 245 0 32 22 26 524 40 104
Binary 11001000 10010100 10100101 0 11010 10010 10110 101010100 100000 1000100

Color Harmonies of #C894A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C894A5

Black with #C894A5

Text Example


Text Example

White with #C894A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C894A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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