Html Css Color HEX #C0A6CE Wisteria

📋 copy color: '#C0A6CE'

red 192 ◦ green 166 ◦ blue 206

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

Shades of Wisteria #C0A6CE

Tints of Wisteria #C0A6CE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.43%

 BLUE value IS 206 (80.86% from 255) = 36.52%

R = 34.04%
G = 29.43%
B = 36.52%

CMYK

 C value IS 0.07

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C0A6CE (or 0xC0A6CE) is known color: Wisteria. HEX triplet: C0, A6 and CE. RGB value is (192,166,206). Sum of RGB (Red+Green+Blue) = 192+166+206=564 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.04% from 564); Green value is 166 (65.23% from 255 or 29.43% from 564); Blue value is 206 (80.86% from 255 or 36.52% from 564); Max value from RGB is 206 - color contains mainly: blue. Hex color #C0A6CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A6CE is #3F5931. Grayscale: #B2B2B2. Windows color (decimal): -4151602 or 13543104. OLE color: 13543104.

HSL color Cylindrical-coordinate representation of color #C0A6CE: hue angle of 279º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0A6CE is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 166 206 -
CMYK 0.07 0.19 0 0.19
HSL 279º 0.29% 0.73% -
HSV(B) 279º 0.19% 0.81% -
XYZ 46.52 42.94 64.23 -
YUV 178.33 143.61 137.75 -
System Red Green Blue C M Y K H S L
Decimal 192 166 206 0.07 0.19 0 0.19 279 0.29 0.73
Hex C0 A6 CE 7 13 0 13 117 1D 49
Octal 300 246 316 7 23 0 23 427 35 111
Binary 11000000 10100110 11001110 111 10011 0 10011 100010111 11101 1001001

Color Harmonies of #C0A6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A6CE

Black with #C0A6CE

Text Example


Text Example

White with #C0A6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A6CE; }

 p { color: rgb(192,166,206); }

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

background-color css

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

 a { background-color: rgb(192,166,206); }

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

border-color css

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

 span { border-color: rgb(192,166,206); }

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