Html Css Color HEX #C088A4 Viola

📋 copy color: '#C088A4'

red 192 ◦ green 136 ◦ blue 164

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

Shades of Viola #C088A4

Tints of Viola #C088A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 33.33%

R = 39.02%
G = 27.64%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#C088A4 (or 0xC088A4) is known color: Viola. HEX triplet: C0, 88 and A4. RGB value is (192,136,164). Sum of RGB (Red+Green+Blue) = 192+136+164=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 136 (53.52% from 255 or 27.64% from 492); Blue value is 164 (64.45% from 255 or 33.33% from 492); Max value from RGB is 192 - color contains mainly: red. Hex color #C088A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C088A4 is #3F775B. Grayscale: #9B9B9B. Windows color (decimal): -4159324 or 10782912. OLE color: 10782912.

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

Color convert

RGB 192 136 164 -
CMYK 0 0.29 0.15 0.25
HSL 330º 0.31% 0.64% -
HSV(B) 330º 0.29% 0.75% -
XYZ 37.24 31.5 39.24 -
YUV 155.94 132.55 153.72 -
System Red Green Blue C M Y K H S L
Decimal 192 136 164 0 0.29 0.15 0.25 330 0.31 0.64
Hex C0 88 A4 0 1D F 19 14A 1F 40
Octal 300 210 244 0 35 17 31 512 37 100
Binary 11000000 10001000 10100100 0 11101 1111 11001 101001010 11111 1000000

Color Harmonies of #C088A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C088A4

Black with #C088A4

Text Example


Text Example

White with #C088A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C088A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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