Html Css Color HEX #C088A1 Viola

📋 copy color: '#C088A1'

red 192 ◦ green 136 ◦ blue 161

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

Shades of Viola #C088A1

Tints of Viola #C088A1

RGB

 RED value IS 192 (75.39% from 255) = 39.26%

 GREEN value IS 136 (53.52% from 255) = 27.81%

 BLUE value IS 161 (63.28% from 255) = 32.92%

R = 39.26%
G = 27.81%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#C088A1 (or 0xC088A1) is known color: Viola. HEX triplet: C0, 88 and A1. RGB value is (192,136,161). Sum of RGB (Red+Green+Blue) = 192+136+161=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 161 (63.28% from 255 or 32.92% from 489); Max value from RGB is 192 - color contains mainly: red. Hex color #C088A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C088A1 is #3F775E. Grayscale: #9B9B9B. Windows color (decimal): -4159327 or 10586304. OLE color: 10586304.

HSL color Cylindrical-coordinate representation of color #C088A1: hue angle of 333.21º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C088A1 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 136 161 -
CMYK 0 0.29 0.16 0.25
HSL 333.21º 0.31% 0.64% -
HSV(B) 333.21º 0.29% 0.75% -
XYZ 36.98 31.39 37.83 -
YUV 155.59 131.05 153.97 -
System Red Green Blue C M Y K H S L
Decimal 192 136 161 0 0.29 0.16 0.25 333.21 0.31 0.64
Hex C0 88 A1 0 1D 10 19 14D 1F 40
Octal 300 210 241 0 35 20 31 515 37 100
Binary 11000000 10001000 10100001 0 11101 10000 11001 101001101 11111 1000000

Color Harmonies of #C088A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C088A1

Black with #C088A1

Text Example


Text Example

White with #C088A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C088A1; }

 p { color: rgb(192,136,161); }

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

background-color css

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

 a { background-color: rgb(192,136,161); }

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

border-color css

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

 span { border-color: rgb(192,136,161); }

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