Html Css Color HEX #C08499 Viola

📋 copy color: '#C08499'

red 192 ◦ green 132 ◦ blue 153

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

Shades of Viola #C08499

Tints of Viola #C08499

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.67%

 BLUE value IS 153 (60.16% from 255) = 32.08%

R = 40.25%
G = 27.67%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#C08499 (or 0xC08499) is known color: Viola. HEX triplet: C0, 84 and 99. RGB value is (192,132,153). Sum of RGB (Red+Green+Blue) = 192+132+153=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 153 (60.16% from 255 or 32.08% from 477); Max value from RGB is 192 - color contains mainly: red. Hex color #C08499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08499 is #3F7B66. Grayscale: #989898. Windows color (decimal): -4160359 or 10060992. OLE color: 10060992.

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

Color convert

RGB 192 132 153 -
CMYK 0 0.31 0.20 0.25
HSL 339º 0.32% 0.64% -
HSV(B) 339º 0.31% 0.75% -
XYZ 35.74 30.01 34.05 -
YUV 152.33 128.38 156.29 -
System Red Green Blue C M Y K H S L
Decimal 192 132 153 0 0.31 0.20 0.25 339 0.32 0.64
Hex C0 84 99 0 1F 14 19 153 20 40
Octal 300 204 231 0 37 24 31 523 40 100
Binary 11000000 10000100 10011001 0 11111 10100 11001 101010011 100000 1000000

Color Harmonies of #C08499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08499

Black with #C08499

Text Example


Text Example

White with #C08499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08499; }

 p { color: rgb(192,132,153); }

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

background-color css

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

 a { background-color: rgb(192,132,153); }

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

border-color css

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

 span { border-color: rgb(192,132,153); }

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