Html Css Color HEX #C08C99 Viola

📋 copy color: '#C08C99'

red 192 ◦ green 140 ◦ blue 153

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

Shades of Viola #C08C99

Tints of Viola #C08C99

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.87%

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

R = 39.59%
G = 28.87%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#C08C99 (or 0xC08C99) is known color: Viola. HEX triplet: C0, 8C and 99. RGB value is (192,140,153). Sum of RGB (Red+Green+Blue) = 192+140+153=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 153 (60.16% from 255 or 31.55% from 485); Max value from RGB is 192 - color contains mainly: red. Hex color #C08C99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08C99 is #3F7366. Grayscale: #9D9D9D. Windows color (decimal): -4158311 or 10063040. OLE color: 10063040.

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

Color convert

RGB 192 140 153 -
CMYK 0 0.27 0.20 0.25
HSL 345º 0.29% 0.65% -
HSV(B) 345º 0.27% 0.75% -
XYZ 36.87 32.26 34.42 -
YUV 157.03 125.73 152.94 -
System Red Green Blue C M Y K H S L
Decimal 192 140 153 0 0.27 0.20 0.25 345 0.29 0.65
Hex C0 8C 99 0 1B 14 19 159 1D 41
Octal 300 214 231 0 33 24 31 531 35 101
Binary 11000000 10001100 10011001 0 11011 10100 11001 101011001 11101 1000001

Color Harmonies of #C08C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08C99

Black with #C08C99

Text Example


Text Example

White with #C08C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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