Html Css Color HEX #C088A0 Viola

📋 copy color: '#C088A0'

red 192 ◦ green 136 ◦ blue 160

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

Shades of Viola #C088A0

Tints of Viola #C088A0

RGB

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

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

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

R = 39.34%
G = 27.87%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#C088A0 (or 0xC088A0) is known color: Viola. HEX triplet: C0, 88 and A0. RGB value is (192,136,160). Sum of RGB (Red+Green+Blue) = 192+136+160=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 136 (53.52% from 255 or 27.87% from 488); Blue value is 160 (62.89% from 255 or 32.79% from 488); Max value from RGB is 192 - color contains mainly: red. Hex color #C088A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C088A0 is #3F775F. Grayscale: #9B9B9B. Windows color (decimal): -4159328 or 10520768. OLE color: 10520768.

HSL color Cylindrical-coordinate representation of color #C088A0: hue angle of 334.29º 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 #C088A0 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 136 160 -
CMYK 0 0.29 0.17 0.25
HSL 334.29º 0.31% 0.64% -
HSV(B) 334.29º 0.29% 0.75% -
XYZ 36.89 31.35 37.37 -
YUV 155.48 130.55 154.05 -
System Red Green Blue C M Y K H S L
Decimal 192 136 160 0 0.29 0.17 0.25 334.29 0.31 0.64
Hex C0 88 A0 0 1D 11 19 14E 1F 40
Octal 300 210 240 0 35 21 31 516 37 100
Binary 11000000 10001000 10100000 0 11101 10001 11001 101001110 11111 1000000

Color Harmonies of #C088A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C088A0

Black with #C088A0

Text Example


Text Example

White with #C088A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C088A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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