#C09CCB

Color #C09CCB Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #C09CCB

Tints of Wisteria #C09CCB

Color information

#C09CCB (or 0xC09CCB) is unknown color: approx Wisteria. HEX triplet: C0, 9C and CB. RGB value is (192,156,203). Sum of RGB (Red+Green+Blue) = 192+156+203=551 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.85% from 551); Green value is 156 (61.33% from 255 or 28.31% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 203 - color contains mainly: blue. Hex color #C09CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09CCB is #3F6334. Grayscale: #ABABAB. Windows color (decimal): -4154165 or 13343936. OLE color: 13343936.

HSL color Cylindrical-coordinate representation of color #C09CCB: hue angle of 285.96º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C09CCB is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB192156203-
CMYK0.050.2300.20
HSL285.96º31.13%70.39%-
HSV(B)285.96º23.15%79.61%-
XYZ44.4139.361.74-
YUV172.12145.43142.18-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.85%
GREEN value IS 156 (61.33% from 255) = 28.31%
BLUE value IS 203 (79.69% from 255) = 36.84%
R=34.85%
G=28.31%
B=36.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1921562030.050.2300.20285.9631.1370.39
HexC09CCB51701411e1f46
Octal30023431352702443637106
Binary11000000100111001100101110110111010100100011110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09CCB; }

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

 H1.HeaderClassName
 {
   color: #C09CCB;
 }
 .AnyTagClassName
 {
   color: #C09CCB;
 }
</style>
background-color css

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

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

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

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

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

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