#C099CB

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

Shades of Wisteria #C099CB

Tints of Wisteria #C099CB

Color information

#C099CB (or 0xC099CB) is unknown color: approx Wisteria. HEX triplet: C0, 99 and CB. RGB value is (192,153,203). Sum of RGB (Red+Green+Blue) = 192+153+203=548 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.04% from 548); Green value is 153 (60.16% from 255 or 27.92% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 203 - color contains mainly: blue. Hex color #C099CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C099CB is #3F6634. Grayscale: #AAAAAA. Windows color (decimal): -4154933 or 13343168. OLE color: 13343168.

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

Color convert

RGB192153203-
CMYK0.050.2500.20
HSL286.8º32.47%69.8%-
HSV(B)286.8º24.63%79.61%-
XYZ43.9138.361.58-
YUV170.36146.42143.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.04%
GREEN value IS 153 (60.16% from 255) = 27.92%
BLUE value IS 203 (79.69% from 255) = 37.04%
R=35.04%
G=27.92%
B=37.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1921532030.050.2500.20286.832.4769.8
HexC099CB51901411f2046
Octal30023131353102443740106
Binary110000001001100111001011101110010101001000111111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C099CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C099CB; }

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

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

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

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

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

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

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

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