Html Css Color HEX #C090A5 Viola

📋 copy color: '#C090A5'

red 192 ◦ green 144 ◦ blue 165

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

Shades of Viola #C090A5

Tints of Viola #C090A5

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.74%

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

R = 38.32%
G = 28.74%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#C090A5 (or 0xC090A5) is known color: Viola. HEX triplet: C0, 90 and A5. RGB value is (192,144,165). Sum of RGB (Red+Green+Blue) = 192+144+165=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 144 (56.64% from 255 or 28.74% from 501); Blue value is 165 (64.84% from 255 or 32.93% from 501); Max value from RGB is 192 - color contains mainly: red. Hex color #C090A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C090A5 is #3F6F5A. Grayscale: #A0A0A0. Windows color (decimal): -4157275 or 10850496. OLE color: 10850496.

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

Color convert

RGB 192 144 165 -
CMYK 0 0.25 0.14 0.25
HSL 333.75º 0.28% 0.66% -
HSV(B) 333.75º 0.25% 0.75% -
XYZ 38.5 33.87 40.11 -
YUV 160.75 130.4 150.29 -
System Red Green Blue C M Y K H S L
Decimal 192 144 165 0 0.25 0.14 0.25 333.75 0.28 0.66
Hex C0 90 A5 0 19 E 19 14E 1C 42
Octal 300 220 245 0 31 16 31 516 34 102
Binary 11000000 10010000 10100101 0 11001 1110 11001 101001110 11100 1000010

Color Harmonies of #C090A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C090A5

Black with #C090A5

Text Example


Text Example

White with #C090A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C090A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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