Html Css Color HEX #C09CA8 Viola

📋 copy color: '#C09CA8'

red 192 ◦ green 156 ◦ blue 168

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

Shades of Viola #C09CA8

Tints of Viola #C09CA8

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.23%

 BLUE value IS 168 (66.02% from 255) = 32.56%

R = 37.21%
G = 30.23%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#C09CA8 (or 0xC09CA8) is known color: Viola. HEX triplet: C0, 9C and A8. RGB value is (192,156,168). Sum of RGB (Red+Green+Blue) = 192+156+168=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 156 (61.33% from 255 or 30.23% from 516); Blue value is 168 (66.02% from 255 or 32.56% from 516); Max value from RGB is 192 - color contains mainly: red. Hex color #C09CA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09CA8 is #3F6357. Grayscale: #A8A8A8. Windows color (decimal): -4154200 or 11050176. OLE color: 11050176.

HSL color Cylindrical-coordinate representation of color #C09CA8: hue angle of 340º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C09CA8 is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 156 168 -
CMYK 0 0.19 0.12 0.25
HSL 340º 0.22% 0.68% -
HSV(B) 340º 0.19% 0.75% -
XYZ 40.69 37.81 42.2 -
YUV 168.13 127.93 145.02 -
System Red Green Blue C M Y K H S L
Decimal 192 156 168 0 0.19 0.12 0.25 340 0.22 0.68
Hex C0 9C A8 0 13 C 19 154 16 44
Octal 300 234 250 0 23 14 31 524 26 104
Binary 11000000 10011100 10101000 0 10011 1100 11001 101010100 10110 1000100

Color Harmonies of #C09CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09CA8

Black with #C09CA8

Text Example


Text Example

White with #C09CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09CA8; }

 p { color: rgb(192,156,168); }

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

background-color css

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

 a { background-color: rgb(192,156,168); }

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

border-color css

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

 span { border-color: rgb(192,156,168); }

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