Html Css Color HEX #C099A5 Viola

📋 copy color: '#C099A5'

red 192 ◦ green 153 ◦ blue 165

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

Shades of Viola #C099A5

Tints of Viola #C099A5

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30%

 BLUE value IS 165 (64.84% from 255) = 32.35%

R = 37.65%
G = 30%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#C099A5 (or 0xC099A5) is known color: Viola. HEX triplet: C0, 99 and A5. RGB value is (192,153,165). Sum of RGB (Red+Green+Blue) = 192+153+165=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 165 (64.84% from 255 or 32.35% from 510); Max value from RGB is 192 - color contains mainly: red. Hex color #C099A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C099A5 is #3F665A. Grayscale: #A6A6A6. Windows color (decimal): -4154971 or 10852800. OLE color: 10852800.

HSL color Cylindrical-coordinate representation of color #C099A5: hue angle of 341.54º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C099A5 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 153 165 -
CMYK 0 0.20 0.14 0.25
HSL 341.54º 0.24% 0.68% -
HSV(B) 341.54º 0.2% 0.75% -
XYZ 39.92 36.71 40.58 -
YUV 166.03 127.42 146.52 -
System Red Green Blue C M Y K H S L
Decimal 192 153 165 0 0.20 0.14 0.25 341.54 0.24 0.68
Hex C0 99 A5 0 14 E 19 156 18 44
Octal 300 231 245 0 24 16 31 526 30 104
Binary 11000000 10011001 10100101 0 10100 1110 11001 101010110 11000 1000100

Color Harmonies of #C099A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C099A5

Black with #C099A5

Text Example


Text Example

White with #C099A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C099A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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